#abc78f
a light, soft green · cool · closest name: tan
RGB
171, 199, 143
HSL
90°, 33%, 67%
CMYK
14, 0, 28, 22
Luminance
0.5149
Every format
| HEX | #abc78f |
| RGB | rgb(171, 199, 143) |
| HSL | hsl(90, 33%, 67%) |
| CMYK | cmyk(14%, 0%, 28%, 22%) |
| LAB | lab(77.0 -19.4 25.0) |
| LCH | lch(77.0 31.6 127.8) |
| OKLCH | oklch(0.795 0.082 129.7) |
Copy-ready code
/* CSS */
color: #abc78f;
background-color: #abc78f;
/* Tailwind (arbitrary) */
class="text-[#abc78f] bg-[#abc78f]"
/* SCSS */
$brand: #abc78f;
/* SwiftUI */
Color(red: 0.671, green: 0.780, blue: 0.561)
/* Android */
Color.parseColor("#abc78f")Accessibility — WCAG contrast
Aa
#abc78f on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc78f on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green78.0%
Blue56.1%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow28.1%
Key (black)22.0%
Color previews
#abc78f text on a black background
contrast 11.30:1
Card sample
#abc78f text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc78f;
Background color
Panel with #abc78f background
background-color: #abc78f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc78f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 199, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 199, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc78f; background: linear-gradient(135deg, #abc78f, #8FC798);