#afabf9
a light, electric blue · warm · closest name: plum
RGB
175, 171, 249
HSL
243°, 87%, 82%
CMYK
30, 31, 0, 2
Luminance
0.4508
Every format
| HEX | #afabf9 |
| RGB | rgb(175, 171, 249) |
| HSL | hsl(243, 87%, 82%) |
| CMYK | cmyk(30%, 31%, 0%, 2%) |
| LAB | lab(72.9 18.5 -38.2) |
| LCH | lch(72.9 42.5 295.8) |
| OKLCH | oklch(0.774 0.111 285.9) |
Copy-ready code
/* CSS */
color: #afabf9;
background-color: #afabf9;
/* Tailwind (arbitrary) */
class="text-[#afabf9] bg-[#afabf9]"
/* SCSS */
$brand: #afabf9;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.976)
/* Android */
Color.parseColor("#afabf9")Accessibility — WCAG contrast
Aa
#afabf9 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afabf9 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue97.6%
CMYK percentages
Cyan29.7%
Magenta31.3%
Yellow0.0%
Key (black)2.4%
Color previews
#afabf9 text on a black background
contrast 10.02:1
Card sample
#afabf9 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afabf9;
Background color
Panel with #afabf9 background
background-color: #afabf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afabf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afabf9; background: linear-gradient(135deg, #afabf9, #E3ABF9);