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