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