#afabb9
a light, muted violet · warm · closest name: silver
RGB
175, 171, 185
HSL
257°, 9%, 70%
CMYK
5, 8, 0, 28
Luminance
0.4174
Every format
| HEX | #afabb9 |
| RGB | rgb(175, 171, 185) |
| HSL | hsl(257, 9%, 70%) |
| CMYK | cmyk(5%, 8%, 0%, 28%) |
| LAB | lab(70.7 4.1 -6.7) |
| LCH | lch(70.7 7.8 301.7) |
| OKLCH | oklch(0.749 0.020 298.9) |
Copy-ready code
/* CSS */
color: #afabb9;
background-color: #afabb9;
/* Tailwind (arbitrary) */
class="text-[#afabb9] bg-[#afabb9]"
/* SCSS */
$brand: #afabb9;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.725)
/* Android */
Color.parseColor("#afabb9")Accessibility — WCAG contrast
Aa
#afabb9 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afabb9 on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue72.5%
CMYK percentages
Cyan5.4%
Magenta7.6%
Yellow0.0%
Key (black)27.5%
Color previews
#afabb9 text on a black background
contrast 9.35:1
Card sample
#afabb9 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afabb9;
Background color
Panel with #afabb9 background
background-color: #afabb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afabb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afabb9; background: linear-gradient(135deg, #afabb9, #B8ABB9);