#abc0b7
a light, muted green · cool · closest name: silver
RGB
171, 192, 183
HSL
154°, 14%, 71%
CMYK
11, 0, 5, 25
Luminance
0.4978
Every format
| HEX | #abc0b7 |
| RGB | rgb(171, 192, 183) |
| HSL | hsl(154, 14%, 71%) |
| CMYK | cmyk(11%, 0%, 5%, 25%) |
| LAB | lab(75.9 -8.9 2.1) |
| LCH | lch(75.9 9.2 166.7) |
| OKLCH | oklch(0.789 0.026 168.0) |
Copy-ready code
/* CSS */
color: #abc0b7;
background-color: #abc0b7;
/* Tailwind (arbitrary) */
class="text-[#abc0b7] bg-[#abc0b7]"
/* SCSS */
$brand: #abc0b7;
/* SwiftUI */
Color(red: 0.671, green: 0.753, blue: 0.718)
/* Android */
Color.parseColor("#abc0b7")Accessibility — WCAG contrast
Aa
#abc0b7 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc0b7 on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green75.3%
Blue71.8%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow4.7%
Key (black)24.7%
Color previews
#abc0b7 text on a black background
contrast 10.96:1
Card sample
#abc0b7 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc0b7;
Background color
Panel with #abc0b7 background
background-color: #abc0b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc0b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 192, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 192, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc0b7; background: linear-gradient(135deg, #abc0b7, #ABBBC0);