After Dark
#3c3535 · one of 31,915 named colors
After Dark is a dark, muted gray with the hex code #3c3535. In RGB it is 60 red, 53 green and 53 blue, and white text is most readable on top of it.
Codes
HEX
#3c3535HEX8
#3c3535ffRGB
rgb(60, 53, 53)RGBA
rgba(60, 53, 53, 1)RGB %
rgb(24%, 21%, 21%)HSL
hsl(0, 6%, 22%)HSLA
hsla(0, 6%, 22%, 1)Variables
Sass
$after-dark: #3c3535;Less
@after-dark: #3c3535;CSS
--after-dark: #3c3535;