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