#abc39f
a light, soft green · cool · closest name: silver
RGB
171, 195, 159
HSL
100°, 23%, 69%
CMYK
12, 0, 19, 24
Luminance
0.5019
Every format
| HEX | #abc39f |
| RGB | rgb(171, 195, 159) |
| HSL | hsl(100, 23%, 69%) |
| CMYK | cmyk(12%, 0%, 19%, 24%) |
| LAB | lab(76.2 -14.8 15.4) |
| LCH | lch(76.2 21.4 133.8) |
| OKLCH | oklch(0.789 0.056 135.2) |
Copy-ready code
/* CSS */
color: #abc39f;
background-color: #abc39f;
/* Tailwind (arbitrary) */
class="text-[#abc39f] bg-[#abc39f]"
/* SCSS */
$brand: #abc39f;
/* SwiftUI */
Color(red: 0.671, green: 0.765, blue: 0.624)
/* Android */
Color.parseColor("#abc39f")Accessibility — WCAG contrast
Aa
#abc39f on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc39f on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.5%
Blue62.4%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow18.5%
Key (black)23.5%
Color previews
#abc39f text on a black background
contrast 11.04:1
Card sample
#abc39f text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc39f;
Background color
Panel with #abc39f background
background-color: #abc39f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc39f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 195, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 195, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc39f; background: linear-gradient(135deg, #abc39f, #9FC3AB);