#3a8800
a dark, electric green · cool · closest name: green
RGB
58, 136, 0
HSL
94°, 100%, 27%
CMYK
57, 0, 100, 47
Luminance
0.1851
Every format
| HEX | #3a8800 |
| RGB | rgb(58, 136, 0) |
| HSL | hsl(94, 100%, 27%) |
| CMYK | cmyk(57%, 0%, 100%, 47%) |
| LAB | lab(50.1 -44.6 53.5) |
| LCH | lch(50.1 69.7 129.9) |
| OKLCH | oklch(0.555 0.169 137.3) |
Copy-ready code
/* CSS */
color: #3a8800;
background-color: #3a8800;
/* Tailwind (arbitrary) */
class="text-[#3a8800] bg-[#3a8800]"
/* SCSS */
$brand: #3a8800;
/* SwiftUI */
Color(red: 0.227, green: 0.533, blue: 0.000)
/* Android */
Color.parseColor("#3a8800")Accessibility — WCAG contrast
Aa
#3a8800 on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3a8800 on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green53.3%
Blue0.0%
CMYK percentages
Cyan57.4%
Magenta0.0%
Yellow100.0%
Key (black)46.7%
Color previews
#3a8800 text on a black background
contrast 4.70:1
Card sample
#3a8800 text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a8800;
Background color
Panel with #3a8800 background
background-color: #3a8800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a8800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 136, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 136, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a8800; background: linear-gradient(135deg, #3a8800, #008821);