#abaeb3
a light, muted gray · cool · closest name: silver
RGB
171, 174, 179
HSL
218°, 5%, 69%
CMYK
5, 3, 0, 30
Luminance
0.4218
Every format
| HEX | #abaeb3 |
| RGB | rgb(171, 174, 179) |
| HSL | hsl(218, 5%, 69%) |
| CMYK | cmyk(5%, 3%, 0%, 30%) |
| LAB | lab(71.0 -0.1 -2.9) |
| LCH | lch(71.0 2.9 268.2) |
| OKLCH | oklch(0.750 0.008 260.7) |
Copy-ready code
/* CSS */
color: #abaeb3;
background-color: #abaeb3;
/* Tailwind (arbitrary) */
class="text-[#abaeb3] bg-[#abaeb3]"
/* SCSS */
$brand: #abaeb3;
/* SwiftUI */
Color(red: 0.671, green: 0.682, blue: 0.702)
/* Android */
Color.parseColor("#abaeb3")Accessibility — WCAG contrast
Aa
#abaeb3 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abaeb3 on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green68.2%
Blue70.2%
CMYK percentages
Cyan4.5%
Magenta2.8%
Yellow0.0%
Key (black)29.8%
Color previews
#abaeb3 text on a black background
contrast 9.44:1
Card sample
#abaeb3 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abaeb3;
Background color
Panel with #abaeb3 background
background-color: #abaeb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abaeb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 174, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 174, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abaeb3; background: linear-gradient(135deg, #abaeb3, #ADABB3);