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