#abc33a
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 195, 58
HSL
71°, 54%, 50%
CMYK
12, 0, 70, 24
Luminance
0.4799
Every format
| HEX | #abc33a |
| RGB | rgb(171, 195, 58) |
| HSL | hsl(71, 54%, 50%) |
| CMYK | cmyk(12%, 0%, 70%, 24%) |
| LAB | lab(74.8 -26.1 62.6) |
| LCH | lch(74.8 67.8 112.7) |
| OKLCH | oklch(0.774 0.160 119.0) |
Copy-ready code
/* CSS */
color: #abc33a;
background-color: #abc33a;
/* Tailwind (arbitrary) */
class="text-[#abc33a] bg-[#abc33a]"
/* SCSS */
$brand: #abc33a;
/* SwiftUI */
Color(red: 0.671, green: 0.765, blue: 0.227)
/* Android */
Color.parseColor("#abc33a")Accessibility — WCAG contrast
Aa
#abc33a on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc33a on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.5%
Blue22.7%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow70.3%
Key (black)23.5%
Color previews
#abc33a text on a black background
contrast 10.60:1
Card sample
#abc33a text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc33a;
Background color
Panel with #abc33a background
background-color: #abc33a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc33a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 195, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 195, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc33a; background: linear-gradient(135deg, #abc33a, #50C33A);