#afacf4
a light, electric blue · warm · closest name: plum
RGB
175, 172, 244
HSL
243°, 77%, 82%
CMYK
28, 30, 0, 4
Luminance
0.4515
Every format
| HEX | #afacf4 |
| RGB | rgb(175, 172, 244) |
| HSL | hsl(243, 77%, 82%) |
| CMYK | cmyk(28%, 30%, 0%, 4%) |
| LAB | lab(73.0 16.7 -35.5) |
| LCH | lch(73.0 39.2 295.2) |
| OKLCH | oklch(0.773 0.102 285.7) |
Copy-ready code
/* CSS */
color: #afacf4;
background-color: #afacf4;
/* Tailwind (arbitrary) */
class="text-[#afacf4] bg-[#afacf4]"
/* SCSS */
$brand: #afacf4;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.957)
/* Android */
Color.parseColor("#afacf4")Accessibility — WCAG contrast
Aa
#afacf4 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afacf4 on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta29.5%
Yellow0.0%
Key (black)4.3%
Color previews
#afacf4 text on a black background
contrast 10.03:1
Card sample
#afacf4 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afacf4;
Background color
Panel with #afacf4 background
background-color: #afacf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afacf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afacf4; background: linear-gradient(135deg, #afacf4, #DFACF4);