#afabd0
a light, soft blue · warm · closest name: silver
RGB
175, 171, 208
HSL
247°, 28%, 74%
CMYK
16, 18, 0, 18
Luminance
0.4279
Every format
| HEX | #afabd0 |
| RGB | rgb(175, 171, 208) |
| HSL | hsl(247, 28%, 74%) |
| CMYK | cmyk(16%, 18%, 0%, 18%) |
| LAB | lab(71.4 8.9 -18.2) |
| LCH | lch(71.4 20.3 296.0) |
| OKLCH | oklch(0.757 0.053 290.0) |
Copy-ready code
/* CSS */
color: #afabd0;
background-color: #afabd0;
/* Tailwind (arbitrary) */
class="text-[#afabd0] bg-[#afabd0]"
/* SCSS */
$brand: #afabd0;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.816)
/* Android */
Color.parseColor("#afabd0")Accessibility — WCAG contrast
Aa
#afabd0 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afabd0 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue81.6%
CMYK percentages
Cyan15.9%
Magenta17.8%
Yellow0.0%
Key (black)18.4%
Color previews
#afabd0 text on a black background
contrast 9.56:1
Card sample
#afabd0 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afabd0;
Background color
Panel with #afabd0 background
background-color: #afabd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afabd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afabd0; background: linear-gradient(135deg, #afabd0, #C8ABD0);