#3e6821
a dark, vivid green · cool · closest name: olivedrab
RGB
62, 104, 33
HSL
96°, 52%, 27%
CMYK
40, 0, 68, 59
Luminance
0.1103
Every format
| HEX | #3e6821 |
| RGB | rgb(62, 104, 33) |
| HSL | hsl(96, 52%, 27%) |
| CMYK | cmyk(40%, 0%, 68%, 59%) |
| LAB | lab(39.6 -28.1 34.3) |
| LCH | lch(39.6 44.4 129.4) |
| OKLCH | oklch(0.470 0.111 134.8) |
Copy-ready code
/* CSS */
color: #3e6821;
background-color: #3e6821;
/* Tailwind (arbitrary) */
class="text-[#3e6821] bg-[#3e6821]"
/* SCSS */
$brand: #3e6821;
/* SwiftUI */
Color(red: 0.243, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#3e6821")Accessibility — WCAG contrast
Aa
#3e6821 on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3e6821 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green40.8%
Blue12.9%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow68.3%
Key (black)59.2%
Color previews
#3e6821 text on a black background
contrast 3.21:1
Card sample
#3e6821 text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e6821;
Background color
Panel with #3e6821 background
background-color: #3e6821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e6821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e6821; background: linear-gradient(135deg, #3e6821, #216833);