#afade8
a light, vivid blue · warm · closest name: plum
RGB
175, 173, 232
HSL
242°, 56%, 79%
CMYK
25, 25, 0, 9
Luminance
0.4483
Every format
| HEX | #afade8 |
| RGB | rgb(175, 173, 232) |
| HSL | hsl(242, 56%, 79%) |
| CMYK | cmyk(25%, 25%, 0%, 9%) |
| LAB | lab(72.8 13.2 -29.3) |
| LCH | lch(72.8 32.1 294.3) |
| OKLCH | oklch(0.770 0.084 285.8) |
Copy-ready code
/* CSS */
color: #afade8;
background-color: #afade8;
/* Tailwind (arbitrary) */
class="text-[#afade8] bg-[#afade8]"
/* SCSS */
$brand: #afade8;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.910)
/* Android */
Color.parseColor("#afade8")Accessibility — WCAG contrast
Aa
#afade8 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afade8 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue91.0%
CMYK percentages
Cyan24.6%
Magenta25.4%
Yellow0.0%
Key (black)9.0%
Color previews
#afade8 text on a black background
contrast 9.97:1
Card sample
#afade8 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afade8;
Background color
Panel with #afade8 background
background-color: #afade8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afade8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afade8; background: linear-gradient(135deg, #afade8, #D6ADE8);