#abaeb5
a light, muted gray · cool · closest name: silver
RGB
171, 174, 181
HSL
222°, 6%, 69%
CMYK
6, 4, 0, 29
Luminance
0.4227
Every format
| HEX | #abaeb5 |
| RGB | rgb(171, 174, 181) |
| HSL | hsl(222, 6%, 69%) |
| CMYK | cmyk(6%, 4%, 0%, 29%) |
| LAB | lab(71.0 0.3 -3.9) |
| LCH | lch(71.0 4.0 274.4) |
| OKLCH | oklch(0.751 0.011 267.3) |
Copy-ready code
/* CSS */
color: #abaeb5;
background-color: #abaeb5;
/* Tailwind (arbitrary) */
class="text-[#abaeb5] bg-[#abaeb5]"
/* SCSS */
$brand: #abaeb5;
/* SwiftUI */
Color(red: 0.671, green: 0.682, blue: 0.710)
/* Android */
Color.parseColor("#abaeb5")Accessibility — WCAG contrast
Aa
#abaeb5 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abaeb5 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green68.2%
Blue71.0%
CMYK percentages
Cyan5.5%
Magenta3.9%
Yellow0.0%
Key (black)29.0%
Color previews
#abaeb5 text on a black background
contrast 9.45:1
Card sample
#abaeb5 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abaeb5;
Background color
Panel with #abaeb5 background
background-color: #abaeb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abaeb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 174, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 174, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abaeb5; background: linear-gradient(135deg, #abaeb5, #AFABB5);