#afabd2
a light, soft blue · warm · closest name: silver
RGB
175, 171, 210
HSL
246°, 30%, 75%
CMYK
17, 19, 0, 18
Luminance
0.4289
Every format
| HEX | #afabd2 |
| RGB | rgb(175, 171, 210) |
| HSL | hsl(246, 30%, 75%) |
| CMYK | cmyk(17%, 19%, 0%, 18%) |
| LAB | lab(71.5 9.3 -19.2) |
| LCH | lch(71.5 21.4 295.9) |
| OKLCH | oklch(0.758 0.056 289.7) |
Copy-ready code
/* CSS */
color: #afabd2;
background-color: #afabd2;
/* Tailwind (arbitrary) */
class="text-[#afabd2] bg-[#afabd2]"
/* SCSS */
$brand: #afabd2;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.824)
/* Android */
Color.parseColor("#afabd2")Accessibility — WCAG contrast
Aa
#afabd2 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afabd2 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue82.4%
CMYK percentages
Cyan16.7%
Magenta18.6%
Yellow0.0%
Key (black)17.6%
Color previews
#afabd2 text on a black background
contrast 9.58:1
Card sample
#afabd2 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afabd2;
Background color
Panel with #afabd2 background
background-color: #afabd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afabd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afabd2; background: linear-gradient(135deg, #afabd2, #C9ABD2);