#afabd9
a light, soft blue · warm · closest name: plum
RGB
175, 171, 217
HSL
245°, 38%, 76%
CMYK
19, 21, 0, 15
Luminance
0.4325
Every format
| HEX | #afabd9 |
| RGB | rgb(175, 171, 217) |
| HSL | hsl(245, 38%, 76%) |
| CMYK | cmyk(19%, 21%, 0%, 15%) |
| LAB | lab(71.7 10.9 -22.7) |
| LCH | lch(71.7 25.2 295.7) |
| OKLCH | oklch(0.760 0.066 288.7) |
Copy-ready code
/* CSS */
color: #afabd9;
background-color: #afabd9;
/* Tailwind (arbitrary) */
class="text-[#afabd9] bg-[#afabd9]"
/* SCSS */
$brand: #afabd9;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.851)
/* Android */
Color.parseColor("#afabd9")Accessibility — WCAG contrast
Aa
#afabd9 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afabd9 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue85.1%
CMYK percentages
Cyan19.4%
Magenta21.2%
Yellow0.0%
Key (black)14.9%
Color previews
#afabd9 text on a black background
contrast 9.65:1
Card sample
#afabd9 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afabd9;
Background color
Panel with #afabd9 background
background-color: #afabd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afabd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afabd9; background: linear-gradient(135deg, #afabd9, #CEABD9);