#abc4af
a light, soft green · cool · closest name: silver
RGB
171, 196, 175
HSL
130°, 18%, 72%
CMYK
13, 0, 11, 23
Luminance
0.5123
Every format
| HEX | #abc4af |
| RGB | rgb(171, 196, 175) |
| HSL | hsl(130, 18%, 72%) |
| CMYK | cmyk(13%, 0%, 11%, 23%) |
| LAB | lab(76.8 -12.5 7.7) |
| LCH | lch(76.8 14.7 148.3) |
| OKLCH | oklch(0.796 0.040 149.9) |
Copy-ready code
/* CSS */
color: #abc4af;
background-color: #abc4af;
/* Tailwind (arbitrary) */
class="text-[#abc4af] bg-[#abc4af]"
/* SCSS */
$brand: #abc4af;
/* SwiftUI */
Color(red: 0.671, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#abc4af")Accessibility — WCAG contrast
Aa
#abc4af on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc4af on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.9%
Blue68.6%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow10.7%
Key (black)23.1%
Color previews
#abc4af text on a black background
contrast 11.25:1
Card sample
#abc4af text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc4af;
Background color
Panel with #abc4af background
background-color: #abc4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc4af; background: linear-gradient(135deg, #abc4af, #ABC4C0);