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