#abc1af
a light, soft green · cool · closest name: silver
RGB
171, 193, 175
HSL
131°, 15%, 71%
CMYK
11, 0, 9, 24
Luminance
0.4989
Every format
| HEX | #abc1af |
| RGB | rgb(171, 193, 175) |
| HSL | hsl(131, 15%, 71%) |
| CMYK | cmyk(11%, 0%, 9%, 24%) |
| LAB | lab(76.0 -10.9 6.5) |
| LCH | lch(76.0 12.8 149.2) |
| OKLCH | oklch(0.789 0.035 150.7) |
Copy-ready code
/* CSS */
color: #abc1af;
background-color: #abc1af;
/* Tailwind (arbitrary) */
class="text-[#abc1af] bg-[#abc1af]"
/* SCSS */
$brand: #abc1af;
/* SwiftUI */
Color(red: 0.671, green: 0.757, blue: 0.686)
/* Android */
Color.parseColor("#abc1af")Accessibility — WCAG contrast
Aa
#abc1af on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc1af on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green75.7%
Blue68.6%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow9.3%
Key (black)24.3%
Color previews
#abc1af text on a black background
contrast 10.98:1
Card sample
#abc1af text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc1af;
Background color
Panel with #abc1af background
background-color: #abc1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 193, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 193, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc1af; background: linear-gradient(135deg, #abc1af, #ABC1BE);