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