#afadf9
a light, electric blue · warm · closest name: plum
RGB
175, 173, 249
HSL
242°, 86%, 83%
CMYK
30, 31, 0, 2
Luminance
0.4584
Every format
| HEX | #afadf9 |
| RGB | rgb(175, 173, 249) |
| HSL | hsl(242, 86%, 83%) |
| CMYK | cmyk(30%, 31%, 0%, 2%) |
| LAB | lab(73.4 17.3 -37.5) |
| LCH | lch(73.4 41.3 294.8) |
| OKLCH | oklch(0.778 0.108 284.8) |
Copy-ready code
/* CSS */
color: #afadf9;
background-color: #afadf9;
/* Tailwind (arbitrary) */
class="text-[#afadf9] bg-[#afadf9]"
/* SCSS */
$brand: #afadf9;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.976)
/* Android */
Color.parseColor("#afadf9")Accessibility — WCAG contrast
Aa
#afadf9 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afadf9 on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue97.6%
CMYK percentages
Cyan29.7%
Magenta30.5%
Yellow0.0%
Key (black)2.4%
Color previews
#afadf9 text on a black background
contrast 10.17:1
Card sample
#afadf9 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afadf9;
Background color
Panel with #afadf9 background
background-color: #afadf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afadf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afadf9; background: linear-gradient(135deg, #afadf9, #E2ADF9);