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