#abce3c
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 206, 60
HSL
74°, 60%, 52%
CMYK
17, 0, 71, 19
Luminance
0.5313
Every format
| HEX | #abce3c |
| RGB | rgb(171, 206, 60) |
| HSL | hsl(74, 60%, 52%) |
| CMYK | cmyk(17%, 0%, 71%, 19%) |
| LAB | lab(78.0 -31.3 64.9) |
| LCH | lch(78.0 72.1 115.7) |
| OKLCH | oklch(0.799 0.172 122.2) |
Copy-ready code
/* CSS */
color: #abce3c;
background-color: #abce3c;
/* Tailwind (arbitrary) */
class="text-[#abce3c] bg-[#abce3c]"
/* SCSS */
$brand: #abce3c;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.235)
/* Android */
Color.parseColor("#abce3c")Accessibility — WCAG contrast
Aa
#abce3c on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abce3c on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue23.5%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow70.9%
Key (black)19.2%
Color previews
#abce3c text on a black background
contrast 11.63:1
Card sample
#abce3c text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abce3c;
Background color
Panel with #abce3c background
background-color: #abce3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abce3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abce3c; background: linear-gradient(135deg, #abce3c, #4ACE3C);