#3e7821
a dark, vivid green · cool · closest name: olivedrab
RGB
62, 120, 33
HSL
100°, 57%, 30%
CMYK
48, 0, 73, 53
Luminance
0.1457
Every format
| HEX | #3e7821 |
| RGB | rgb(62, 120, 33) |
| HSL | hsl(100, 57%, 30%) |
| CMYK | cmyk(48%, 0%, 73%, 53%) |
| LAB | lab(45.0 -35.4 40.0) |
| LCH | lch(45.0 53.4 131.5) |
| OKLCH | oklch(0.514 0.134 137.1) |
Copy-ready code
/* CSS */
color: #3e7821;
background-color: #3e7821;
/* Tailwind (arbitrary) */
class="text-[#3e7821] bg-[#3e7821]"
/* SCSS */
$brand: #3e7821;
/* SwiftUI */
Color(red: 0.243, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#3e7821")Accessibility — WCAG contrast
Aa
#3e7821 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3e7821 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green47.1%
Blue12.9%
CMYK percentages
Cyan48.3%
Magenta0.0%
Yellow72.5%
Key (black)52.9%
Color previews
#3e7821 text on a black background
contrast 3.91:1
Card sample
#3e7821 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e7821;
Background color
Panel with #3e7821 background
background-color: #3e7821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e7821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e7821; background: linear-gradient(135deg, #3e7821, #21783E);