#abc0af
a light, muted green · cool · closest name: silver
RGB
171, 192, 175
HSL
131°, 14%, 71%
CMYK
11, 0, 9, 25
Luminance
0.4945
Every format
| HEX | #abc0af |
| RGB | rgb(171, 192, 175) |
| HSL | hsl(131, 14%, 71%) |
| CMYK | cmyk(11%, 0%, 9%, 25%) |
| LAB | lab(75.7 -10.4 6.2) |
| LCH | lch(75.7 12.1 149.5) |
| OKLCH | oklch(0.787 0.033 151.0) |
Copy-ready code
/* CSS */
color: #abc0af;
background-color: #abc0af;
/* Tailwind (arbitrary) */
class="text-[#abc0af] bg-[#abc0af]"
/* SCSS */
$brand: #abc0af;
/* SwiftUI */
Color(red: 0.671, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#abc0af")Accessibility — WCAG contrast
Aa
#abc0af on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc0af on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green75.3%
Blue68.6%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow8.9%
Key (black)24.7%
Color previews
#abc0af text on a black background
contrast 10.89:1
Card sample
#abc0af text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc0af;
Background color
Panel with #abc0af background
background-color: #abc0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc0af; background: linear-gradient(135deg, #abc0af, #ABC0BD);