#afaade
a light, soft blue · warm · closest name: plum
RGB
175, 170, 222
HSL
246°, 44%, 77%
CMYK
21, 23, 0, 13
Luminance
0.4314
Every format
| HEX | #afaade |
| RGB | rgb(175, 170, 222) |
| HSL | hsl(246, 44%, 77%) |
| CMYK | cmyk(21%, 23%, 0%, 13%) |
| LAB | lab(71.7 12.6 -25.5) |
| LCH | lch(71.7 28.5 296.2) |
| OKLCH | oklch(0.760 0.074 288.9) |
Copy-ready code
/* CSS */
color: #afaade;
background-color: #afaade;
/* Tailwind (arbitrary) */
class="text-[#afaade] bg-[#afaade]"
/* SCSS */
$brand: #afaade;
/* SwiftUI */
Color(red: 0.686, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#afaade")Accessibility — WCAG contrast
Aa
#afaade on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afaade on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green66.7%
Blue87.1%
CMYK percentages
Cyan21.2%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#afaade text on a black background
contrast 9.63:1
Card sample
#afaade text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afaade;
Background color
Panel with #afaade background
background-color: #afaade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afaade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afaade; background: linear-gradient(135deg, #afaade, #D2AADE);