#94cb21
a balanced, vivid green · cool · closest name: olivedrab
RGB
148, 203, 33
HSL
79°, 72%, 46%
CMYK
27, 0, 84, 20
Luminance
0.4912
Every format
| HEX | #94cb21 |
| RGB | rgb(148, 203, 33) |
| HSL | hsl(79, 72%, 46%) |
| CMYK | cmyk(27%, 0%, 84%, 20%) |
| LAB | lab(75.5 -40.1 70.2) |
| LCH | lch(75.5 80.9 119.7) |
| OKLCH | oklch(0.775 0.192 127.3) |
Copy-ready code
/* CSS */
color: #94cb21;
background-color: #94cb21;
/* Tailwind (arbitrary) */
class="text-[#94cb21] bg-[#94cb21]"
/* SCSS */
$brand: #94cb21;
/* SwiftUI */
Color(red: 0.580, green: 0.796, blue: 0.129)
/* Android */
Color.parseColor("#94cb21")Accessibility — WCAG contrast
Aa
#94cb21 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94cb21 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green79.6%
Blue12.9%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow83.7%
Key (black)20.4%
Color previews
#94cb21 text on a black background
contrast 10.82:1
Card sample
#94cb21 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94cb21;
Background color
Panel with #94cb21 background
background-color: #94cb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94cb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 203, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 203, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94cb21; background: linear-gradient(135deg, #94cb21, #23CB21);