#3d5408
a deep, electric green · cool · closest name: olivedrab
RGB
61, 84, 8
HSL
78°, 83%, 18%
CMYK
27, 0, 91, 67
Luminance
0.0735
Every format
| HEX | #3d5408 |
| RGB | rgb(61, 84, 8) |
| HSL | hsl(78, 83%, 18%) |
| CMYK | cmyk(27%, 0%, 91%, 67%) |
| LAB | lab(32.6 -20.4 37.2) |
| LCH | lch(32.6 42.4 118.7) |
| OKLCH | oklch(0.412 0.100 126.2) |
Copy-ready code
/* CSS */
color: #3d5408;
background-color: #3d5408;
/* Tailwind (arbitrary) */
class="text-[#3d5408] bg-[#3d5408]"
/* SCSS */
$brand: #3d5408;
/* SwiftUI */
Color(red: 0.239, green: 0.329, blue: 0.031)
/* Android */
Color.parseColor("#3d5408")Accessibility — WCAG contrast
Aa
#3d5408 on white: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d5408 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green32.9%
Blue3.1%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow90.5%
Key (black)67.1%
Color previews
#3d5408 text on a black background
contrast 2.47:1
Card sample
#3d5408 text on a white background
contrast 8.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d5408;
Background color
Panel with #3d5408 background
background-color: #3d5408;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d5408;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 84, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 84, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d5408; background: linear-gradient(135deg, #3d5408, #0A5408);