#abce4b
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 206, 75
HSL
76°, 57%, 55%
CMYK
17, 0, 64, 19
Luminance
0.5331
Every format
| HEX | #abce4b |
| RGB | rgb(171, 206, 75) |
| HSL | hsl(76, 57%, 55%) |
| CMYK | cmyk(17%, 0%, 64%, 19%) |
| LAB | lab(78.1 -30.3 59.3) |
| LCH | lch(78.1 66.6 117.1) |
| OKLCH | oklch(0.800 0.161 122.8) |
Copy-ready code
/* CSS */
color: #abce4b;
background-color: #abce4b;
/* Tailwind (arbitrary) */
class="text-[#abce4b] bg-[#abce4b]"
/* SCSS */
$brand: #abce4b;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.294)
/* Android */
Color.parseColor("#abce4b")Accessibility — WCAG contrast
Aa
#abce4b on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abce4b on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue29.4%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow63.6%
Key (black)19.2%
Color previews
#abce4b text on a black background
contrast 11.66:1
Card sample
#abce4b text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abce4b;
Background color
Panel with #abce4b background
background-color: #abce4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abce4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abce4b; background: linear-gradient(135deg, #abce4b, #54CE4B);