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