#3e4f12
a deep, vivid green · cool · closest name: olivedrab
RGB
62, 79, 18
HSL
77°, 63%, 19%
CMYK
22, 0, 77, 69
Luminance
0.0666
Every format
| HEX | #3e4f12 |
| RGB | rgb(62, 79, 18) |
| HSL | hsl(77, 63%, 19%) |
| CMYK | cmyk(22%, 0%, 77%, 69%) |
| LAB | lab(31.0 -16.7 32.1) |
| LCH | lch(31.0 36.2 117.5) |
| OKLCH | oklch(0.400 0.087 123.9) |
Copy-ready code
/* CSS */
color: #3e4f12;
background-color: #3e4f12;
/* Tailwind (arbitrary) */
class="text-[#3e4f12] bg-[#3e4f12]"
/* SCSS */
$brand: #3e4f12;
/* SwiftUI */
Color(red: 0.243, green: 0.310, blue: 0.071)
/* Android */
Color.parseColor("#3e4f12")Accessibility — WCAG contrast
Aa
#3e4f12 on white: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e4f12 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green31.0%
Blue7.1%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow77.2%
Key (black)69.0%
Color previews
#3e4f12 text on a black background
contrast 2.33:1
Card sample
#3e4f12 text on a white background
contrast 9.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e4f12;
Background color
Panel with #3e4f12 background
background-color: #3e4f12;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e4f12;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 79, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 79, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e4f12; background: linear-gradient(135deg, #3e4f12, #154F12);