Subtle
#dedadb · one of 31,915 named colors
Subtle is a very light, muted gray with the hex code #dedadb. In RGB it is 222 red, 218 green and 219 blue, and black text is most readable on top of it.
Codes
HEX
#dedadbHEX8
#dedadbffRGB
rgb(222, 218, 219)RGBA
rgba(222, 218, 219, 1)RGB %
rgb(87%, 85%, 86%)HSL
hsl(345, 6%, 86%)HSLA
hsla(345, 6%, 86%, 1)Variables
Sass
$subtle: #dedadb;Less
@subtle: #dedadb;CSS
--subtle: #dedadb;