#abc7af
a light, soft green · cool · closest name: silver
RGB
171, 199, 175
HSL
129°, 20%, 73%
CMYK
14, 0, 12, 22
Luminance
0.5260
Every format
| HEX | #abc7af |
| RGB | rgb(171, 199, 175) |
| HSL | hsl(129, 20%, 73%) |
| CMYK | cmyk(14%, 0%, 12%, 22%) |
| LAB | lab(77.6 -14.1 8.9) |
| LCH | lch(77.6 16.6 147.7) |
| OKLCH | oklch(0.802 0.045 149.3) |
Copy-ready code
/* CSS */
color: #abc7af;
background-color: #abc7af;
/* Tailwind (arbitrary) */
class="text-[#abc7af] bg-[#abc7af]"
/* SCSS */
$brand: #abc7af;
/* SwiftUI */
Color(red: 0.671, green: 0.780, blue: 0.686)
/* Android */
Color.parseColor("#abc7af")Accessibility — WCAG contrast
Aa
#abc7af on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc7af on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green78.0%
Blue68.6%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow12.1%
Key (black)22.0%
Color previews
#abc7af text on a black background
contrast 11.52:1
Card sample
#abc7af text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc7af;
Background color
Panel with #abc7af background
background-color: #abc7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 199, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 199, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc7af; background: linear-gradient(135deg, #abc7af, #ABC7C2);