#afabbd
a light, muted blue · warm · closest name: silver
RGB
175, 171, 189
HSL
253°, 12%, 71%
CMYK
7, 10, 0, 26
Luminance
0.4191
Every format
| HEX | #afabbd |
| RGB | rgb(175, 171, 189) |
| HSL | hsl(253, 12%, 71%) |
| CMYK | cmyk(7%, 10%, 0%, 26%) |
| LAB | lab(70.8 4.9 -8.7) |
| LCH | lch(70.8 10.0 299.5) |
| OKLCH | oklch(0.750 0.026 296.0) |
Copy-ready code
/* CSS */
color: #afabbd;
background-color: #afabbd;
/* Tailwind (arbitrary) */
class="text-[#afabbd] bg-[#afabbd]"
/* SCSS */
$brand: #afabbd;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.741)
/* Android */
Color.parseColor("#afabbd")Accessibility — WCAG contrast
Aa
#afabbd on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afabbd on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue74.1%
CMYK percentages
Cyan7.4%
Magenta9.5%
Yellow0.0%
Key (black)25.9%
Color previews
#afabbd text on a black background
contrast 9.38:1
Card sample
#afabbd text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afabbd;
Background color
Panel with #afabbd background
background-color: #afabbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afabbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afabbd; background: linear-gradient(135deg, #afabbd, #BBABBD);