#abaeb9
a light, muted blue · warm · closest name: silver
RGB
171, 174, 185
HSL
227°, 9%, 70%
CMYK
8, 6, 0, 28
Luminance
0.4243
Every format
| HEX | #abaeb9 |
| RGB | rgb(171, 174, 185) |
| HSL | hsl(227, 9%, 70%) |
| CMYK | cmyk(8%, 6%, 0%, 28%) |
| LAB | lab(71.2 1.1 -6.0) |
| LCH | lch(71.2 6.1 280.4) |
| OKLCH | oklch(0.752 0.016 273.8) |
Copy-ready code
/* CSS */
color: #abaeb9;
background-color: #abaeb9;
/* Tailwind (arbitrary) */
class="text-[#abaeb9] bg-[#abaeb9]"
/* SCSS */
$brand: #abaeb9;
/* SwiftUI */
Color(red: 0.671, green: 0.682, blue: 0.725)
/* Android */
Color.parseColor("#abaeb9")Accessibility — WCAG contrast
Aa
#abaeb9 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abaeb9 on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green68.2%
Blue72.5%
CMYK percentages
Cyan7.6%
Magenta5.9%
Yellow0.0%
Key (black)27.5%
Color previews
#abaeb9 text on a black background
contrast 9.49:1
Card sample
#abaeb9 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abaeb9;
Background color
Panel with #abaeb9 background
background-color: #abaeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abaeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 174, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 174, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abaeb9; background: linear-gradient(135deg, #abaeb9, #B1ABB9);