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