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