#94c721
a balanced, vivid green · cool · closest name: olivedrab
RGB
148, 199, 33
HSL
78°, 72%, 46%
CMYK
26, 0, 83, 22
Luminance
0.4725
Every format
| HEX | #94c721 |
| RGB | rgb(148, 199, 33) |
| HSL | hsl(78, 72%, 46%) |
| CMYK | cmyk(26%, 0%, 83%, 22%) |
| LAB | lab(74.3 -38.3 69.2) |
| LCH | lch(74.3 79.1 119.0) |
| OKLCH | oklch(0.766 0.187 126.5) |
Copy-ready code
/* CSS */
color: #94c721;
background-color: #94c721;
/* Tailwind (arbitrary) */
class="text-[#94c721] bg-[#94c721]"
/* SCSS */
$brand: #94c721;
/* SwiftUI */
Color(red: 0.580, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#94c721")Accessibility — WCAG contrast
Aa
#94c721 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94c721 on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green78.0%
Blue12.9%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow83.4%
Key (black)22.0%
Color previews
#94c721 text on a black background
contrast 10.45:1
Card sample
#94c721 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94c721;
Background color
Panel with #94c721 background
background-color: #94c721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94c721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94c721; background: linear-gradient(135deg, #94c721, #25C721);