#abaeb0
a light, muted gray · cool · closest name: silver
RGB
171, 174, 176
HSL
204°, 3%, 68%
CMYK
3, 1, 0, 31
Luminance
0.4206
Every format
| HEX | #abaeb0 |
| RGB | rgb(171, 174, 176) |
| HSL | hsl(204, 3%, 68%) |
| CMYK | cmyk(3%, 1%, 0%, 31%) |
| LAB | lab(70.9 -0.7 -1.4) |
| LCH | lch(70.9 1.5 244.3) |
| OKLCH | oklch(0.749 0.004 236.5) |
Copy-ready code
/* CSS */
color: #abaeb0;
background-color: #abaeb0;
/* Tailwind (arbitrary) */
class="text-[#abaeb0] bg-[#abaeb0]"
/* SCSS */
$brand: #abaeb0;
/* SwiftUI */
Color(red: 0.671, green: 0.682, blue: 0.690)
/* Android */
Color.parseColor("#abaeb0")Accessibility — WCAG contrast
Aa
#abaeb0 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abaeb0 on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green68.2%
Blue69.0%
CMYK percentages
Cyan2.8%
Magenta1.1%
Yellow0.0%
Key (black)31.0%
Color previews
#abaeb0 text on a black background
contrast 9.41:1
Card sample
#abaeb0 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abaeb0;
Background color
Panel with #abaeb0 background
background-color: #abaeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abaeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 174, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 174, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abaeb0; background: linear-gradient(135deg, #abaeb0, #ABABB0);