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