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