#afabf6
a light, electric blue · warm · closest name: plum
RGB
175, 171, 246
HSL
243°, 81%, 82%
CMYK
29, 31, 0, 4
Luminance
0.4489
Every format
| HEX | #afabf6 |
| RGB | rgb(175, 171, 246) |
| HSL | hsl(243, 81%, 82%) |
| CMYK | cmyk(29%, 31%, 0%, 4%) |
| LAB | lab(72.8 17.7 -36.8) |
| LCH | lch(72.8 40.8 295.7) |
| OKLCH | oklch(0.772 0.106 286.1) |
Copy-ready code
/* CSS */
color: #afabf6;
background-color: #afabf6;
/* Tailwind (arbitrary) */
class="text-[#afabf6] bg-[#afabf6]"
/* SCSS */
$brand: #afabf6;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.965)
/* Android */
Color.parseColor("#afabf6")Accessibility — WCAG contrast
Aa
#afabf6 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afabf6 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue96.5%
CMYK percentages
Cyan28.9%
Magenta30.5%
Yellow0.0%
Key (black)3.5%
Color previews
#afabf6 text on a black background
contrast 9.98:1
Card sample
#afabf6 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afabf6;
Background color
Panel with #afabf6 background
background-color: #afabf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afabf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afabf6; background: linear-gradient(135deg, #afabf6, #E1ABF6);