#abcf29
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 207, 41
HSL
73°, 67%, 49%
CMYK
17, 0, 80, 19
Luminance
0.5344
Every format
| HEX | #abcf29 |
| RGB | rgb(171, 207, 41) |
| HSL | hsl(73, 67%, 49%) |
| CMYK | cmyk(17%, 0%, 80%, 19%) |
| LAB | lab(78.1 -32.6 71.1) |
| LCH | lch(78.1 78.2 114.6) |
| OKLCH | oklch(0.800 0.183 121.9) |
Copy-ready code
/* CSS */
color: #abcf29;
background-color: #abcf29;
/* Tailwind (arbitrary) */
class="text-[#abcf29] bg-[#abcf29]"
/* SCSS */
$brand: #abcf29;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.161)
/* Android */
Color.parseColor("#abcf29")Accessibility — WCAG contrast
Aa
#abcf29 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf29 on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue16.1%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow80.2%
Key (black)18.8%
Color previews
#abcf29 text on a black background
contrast 11.69:1
Card sample
#abcf29 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf29;
Background color
Panel with #abcf29 background
background-color: #abcf29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf29; background: linear-gradient(135deg, #abcf29, #3CCF29);