#5fa300
a dark, electric green · cool · closest name: olivedrab
RGB
95, 163, 0
HSL
85°, 100%, 32%
CMYK
42, 0, 100, 36
Luminance
0.2863
Every format
| HEX | #5fa300 |
| RGB | rgb(95, 163, 0) |
| HSL | hsl(85, 100%, 32%) |
| CMYK | cmyk(42%, 0%, 100%, 36%) |
| LAB | lab(60.5 -43.4 62.2) |
| LCH | lch(60.5 75.8 124.9) |
| OKLCH | oklch(0.645 0.181 132.8) |
Copy-ready code
/* CSS */
color: #5fa300;
background-color: #5fa300;
/* Tailwind (arbitrary) */
class="text-[#5fa300] bg-[#5fa300]"
/* SCSS */
$brand: #5fa300;
/* SwiftUI */
Color(red: 0.373, green: 0.639, blue: 0.000)
/* Android */
Color.parseColor("#5fa300")Accessibility — WCAG contrast
Aa
#5fa300 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5fa300 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green63.9%
Blue0.0%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow100.0%
Key (black)36.1%
Color previews
#5fa300 text on a black background
contrast 6.73:1
Card sample
#5fa300 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fa300;
Background color
Panel with #5fa300 background
background-color: #5fa300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fa300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 163, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 163, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fa300; background: linear-gradient(135deg, #5fa300, #00A30E);