#abb7af
a light, muted gray · cool · closest name: silver
RGB
171, 183, 175
HSL
140°, 8%, 69%
CMYK
7, 0, 4, 28
Luminance
0.4562
Every format
| HEX | #abb7af |
| RGB | rgb(171, 183, 175) |
| HSL | hsl(140, 8%, 69%) |
| CMYK | cmyk(7%, 0%, 4%, 28%) |
| LAB | lab(73.3 -5.7 2.6) |
| LCH | lch(73.3 6.3 155.2) |
| OKLCH | oklch(0.768 0.017 156.8) |
Copy-ready code
/* CSS */
color: #abb7af;
background-color: #abb7af;
/* Tailwind (arbitrary) */
class="text-[#abb7af] bg-[#abb7af]"
/* SCSS */
$brand: #abb7af;
/* SwiftUI */
Color(red: 0.671, green: 0.718, blue: 0.686)
/* Android */
Color.parseColor("#abb7af")Accessibility — WCAG contrast
Aa
#abb7af on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb7af on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green71.8%
Blue68.6%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow4.4%
Key (black)28.2%
Color previews
#abb7af text on a black background
contrast 10.12:1
Card sample
#abb7af text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb7af;
Background color
Panel with #abb7af background
background-color: #abb7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 183, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 183, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb7af; background: linear-gradient(135deg, #abb7af, #ABB7B7);