#94b511
a dark, electric green · cool · closest name: olivedrab
RGB
148, 181, 17
HSL
72°, 83%, 39%
CMYK
18, 0, 91, 29
Luminance
0.3938
Every format
| HEX | #94b511 |
| RGB | rgb(148, 181, 17) |
| HSL | hsl(72, 83%, 39%) |
| CMYK | cmyk(18%, 0%, 91%, 29%) |
| LAB | lab(69.0 -30.5 68.0) |
| LCH | lch(69.0 74.5 114.2) |
| OKLCH | oklch(0.723 0.172 122.0) |
Copy-ready code
/* CSS */
color: #94b511;
background-color: #94b511;
/* Tailwind (arbitrary) */
class="text-[#94b511] bg-[#94b511]"
/* SCSS */
$brand: #94b511;
/* SwiftUI */
Color(red: 0.580, green: 0.710, blue: 0.067)
/* Android */
Color.parseColor("#94b511")Accessibility — WCAG contrast
Aa
#94b511 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94b511 on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green71.0%
Blue6.7%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow90.6%
Key (black)29.0%
Color previews
#94b511 text on a black background
contrast 8.88:1
Card sample
#94b511 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94b511;
Background color
Panel with #94b511 background
background-color: #94b511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94b511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 181, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 181, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94b511; background: linear-gradient(135deg, #94b511, #27B511);