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