#94b113
a dark, electric green · cool · closest name: olivedrab
RGB
148, 177, 19
HSL
71°, 81%, 38%
CMYK
16, 0, 89, 31
Luminance
0.3779
Every format
| HEX | #94b113 |
| RGB | rgb(148, 177, 19) |
| HSL | hsl(71, 81%, 38%) |
| CMYK | cmyk(16%, 0%, 89%, 31%) |
| LAB | lab(67.9 -28.6 66.7) |
| LCH | lch(67.9 72.6 113.2) |
| OKLCH | oklch(0.713 0.167 120.9) |
Copy-ready code
/* CSS */
color: #94b113;
background-color: #94b113;
/* Tailwind (arbitrary) */
class="text-[#94b113] bg-[#94b113]"
/* SCSS */
$brand: #94b113;
/* SwiftUI */
Color(red: 0.580, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#94b113")Accessibility — WCAG contrast
Aa
#94b113 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94b113 on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green69.4%
Blue7.5%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow89.3%
Key (black)30.6%
Color previews
#94b113 text on a black background
contrast 8.56:1
Card sample
#94b113 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94b113;
Background color
Panel with #94b113 background
background-color: #94b113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94b113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94b113; background: linear-gradient(135deg, #94b113, #2BB113);