#abc2b9
a light, soft green · cool · closest name: silver
RGB
171, 194, 185
HSL
157°, 16%, 72%
CMYK
12, 0, 5, 24
Luminance
0.5074
Every format
| HEX | #abc2b9 |
| RGB | rgb(171, 194, 185) |
| HSL | hsl(157, 16%, 72%) |
| CMYK | cmyk(12%, 0%, 5%, 24%) |
| LAB | lab(76.5 -9.6 1.9) |
| LCH | lch(76.5 9.8 168.9) |
| OKLCH | oklch(0.794 0.028 170.1) |
Copy-ready code
/* CSS */
color: #abc2b9;
background-color: #abc2b9;
/* Tailwind (arbitrary) */
class="text-[#abc2b9] bg-[#abc2b9]"
/* SCSS */
$brand: #abc2b9;
/* SwiftUI */
Color(red: 0.671, green: 0.761, blue: 0.725)
/* Android */
Color.parseColor("#abc2b9")Accessibility — WCAG contrast
Aa
#abc2b9 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc2b9 on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.1%
Blue72.5%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow4.6%
Key (black)23.9%
Color previews
#abc2b9 text on a black background
contrast 11.15:1
Card sample
#abc2b9 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc2b9;
Background color
Panel with #abc2b9 background
background-color: #abc2b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc2b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 194, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 194, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc2b9; background: linear-gradient(135deg, #abc2b9, #ABBCC2);