#3e5d09
a deep, electric green · cool · closest name: olivedrab
RGB
62, 93, 9
HSL
82°, 82%, 20%
CMYK
33, 0, 90, 64
Luminance
0.0887
Every format
| HEX | #3e5d09 |
| RGB | rgb(62, 93, 9) |
| HSL | hsl(82, 82%, 20%) |
| CMYK | cmyk(33%, 0%, 90%, 64%) |
| LAB | lab(35.7 -24.5 39.6) |
| LCH | lch(35.7 46.6 121.7) |
| OKLCH | oklch(0.438 0.111 129.2) |
Copy-ready code
/* CSS */
color: #3e5d09;
background-color: #3e5d09;
/* Tailwind (arbitrary) */
class="text-[#3e5d09] bg-[#3e5d09]"
/* SCSS */
$brand: #3e5d09;
/* SwiftUI */
Color(red: 0.243, green: 0.365, blue: 0.035)
/* Android */
Color.parseColor("#3e5d09")Accessibility — WCAG contrast
Aa
#3e5d09 on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e5d09 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green36.5%
Blue3.5%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow90.3%
Key (black)63.5%
Color previews
#3e5d09 text on a black background
contrast 2.77:1
Card sample
#3e5d09 text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e5d09;
Background color
Panel with #3e5d09 background
background-color: #3e5d09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e5d09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 93, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 93, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e5d09; background: linear-gradient(135deg, #3e5d09, #095D0C);