#afadf6
a light, electric blue · warm · closest name: plum
RGB
175, 173, 246
HSL
242°, 80%, 82%
CMYK
29, 30, 0, 4
Luminance
0.4565
Every format
| HEX | #afadf6 |
| RGB | rgb(175, 173, 246) |
| HSL | hsl(242, 80%, 82%) |
| CMYK | cmyk(29%, 30%, 0%, 4%) |
| LAB | lab(73.3 16.6 -36.0) |
| LCH | lch(73.3 39.7 294.8) |
| OKLCH | oklch(0.776 0.103 285.0) |
Copy-ready code
/* CSS */
color: #afadf6;
background-color: #afadf6;
/* Tailwind (arbitrary) */
class="text-[#afadf6] bg-[#afadf6]"
/* SCSS */
$brand: #afadf6;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.965)
/* Android */
Color.parseColor("#afadf6")Accessibility — WCAG contrast
Aa
#afadf6 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afadf6 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue96.5%
CMYK percentages
Cyan28.9%
Magenta29.7%
Yellow0.0%
Key (black)3.5%
Color previews
#afadf6 text on a black background
contrast 10.13:1
Card sample
#afadf6 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afadf6;
Background color
Panel with #afadf6 background
background-color: #afadf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afadf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afadf6; background: linear-gradient(135deg, #afadf6, #E0ADF6);