#abc6b8
a light, soft green · cool · closest name: silver
RGB
171, 198, 184
HSL
149°, 19%, 72%
CMYK
14, 0, 7, 22
Luminance
0.5251
Every format
| HEX | #abc6b8 |
| RGB | rgb(171, 198, 184) |
| HSL | hsl(149, 19%, 72%) |
| CMYK | cmyk(14%, 0%, 7%, 22%) |
| LAB | lab(77.6 -11.8 4.0) |
| LCH | lch(77.6 12.5 161.6) |
| OKLCH | oklch(0.802 0.035 163.0) |
Copy-ready code
/* CSS */
color: #abc6b8;
background-color: #abc6b8;
/* Tailwind (arbitrary) */
class="text-[#abc6b8] bg-[#abc6b8]"
/* SCSS */
$brand: #abc6b8;
/* SwiftUI */
Color(red: 0.671, green: 0.776, blue: 0.722)
/* Android */
Color.parseColor("#abc6b8")Accessibility — WCAG contrast
Aa
#abc6b8 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc6b8 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green77.6%
Blue72.2%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow7.1%
Key (black)22.4%
Color previews
#abc6b8 text on a black background
contrast 11.50:1
Card sample
#abc6b8 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc6b8;
Background color
Panel with #abc6b8 background
background-color: #abc6b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc6b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 198, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 198, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc6b8; background: linear-gradient(135deg, #abc6b8, #ABC2C6);