#abcf3e
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 207, 62
HSL
75°, 60%, 53%
CMYK
17, 0, 70, 19
Luminance
0.5363
Every format
| HEX | #abcf3e |
| RGB | rgb(171, 207, 62) |
| HSL | hsl(75, 60%, 53%) |
| CMYK | cmyk(17%, 0%, 70%, 19%) |
| LAB | lab(78.3 -31.6 64.5) |
| LCH | lch(78.3 71.8 116.1) |
| OKLCH | oklch(0.802 0.171 122.5) |
Copy-ready code
/* CSS */
color: #abcf3e;
background-color: #abcf3e;
/* Tailwind (arbitrary) */
class="text-[#abcf3e] bg-[#abcf3e]"
/* SCSS */
$brand: #abcf3e;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.243)
/* Android */
Color.parseColor("#abcf3e")Accessibility — WCAG contrast
Aa
#abcf3e on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf3e on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue24.3%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow70.0%
Key (black)18.8%
Color previews
#abcf3e text on a black background
contrast 11.73:1
Card sample
#abcf3e text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf3e;
Background color
Panel with #abcf3e background
background-color: #abcf3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf3e; background: linear-gradient(135deg, #abcf3e, #4ACF3E);