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