#abc6af
a light, soft green · cool · closest name: silver
RGB
171, 198, 175
HSL
129°, 19%, 72%
CMYK
14, 0, 12, 22
Luminance
0.5214
Every format
| HEX | #abc6af |
| RGB | rgb(171, 198, 175) |
| HSL | hsl(129, 19%, 72%) |
| CMYK | cmyk(14%, 0%, 12%, 22%) |
| LAB | lab(77.4 -13.5 8.5) |
| LCH | lch(77.4 16.0 147.9) |
| OKLCH | oklch(0.800 0.043 149.5) |
Copy-ready code
/* CSS */
color: #abc6af;
background-color: #abc6af;
/* Tailwind (arbitrary) */
class="text-[#abc6af] bg-[#abc6af]"
/* SCSS */
$brand: #abc6af;
/* SwiftUI */
Color(red: 0.671, green: 0.776, blue: 0.686)
/* Android */
Color.parseColor("#abc6af")Accessibility — WCAG contrast
Aa
#abc6af on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc6af on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green77.6%
Blue68.6%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow11.6%
Key (black)22.4%
Color previews
#abc6af text on a black background
contrast 11.43:1
Card sample
#abc6af text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc6af;
Background color
Panel with #abc6af background
background-color: #abc6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 198, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 198, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc6af; background: linear-gradient(135deg, #abc6af, #ABC6C1);