#3f5913
a deep, vivid green · cool · closest name: olivedrab
RGB
63, 89, 19
HSL
82°, 65%, 21%
CMYK
29, 0, 79, 65
Luminance
0.0825
Every format
| HEX | #3f5913 |
| RGB | rgb(63, 89, 19) |
| HSL | hsl(82, 65%, 21%) |
| CMYK | cmyk(29%, 0%, 79%, 65%) |
| LAB | lab(34.5 -21.5 35.1) |
| LCH | lch(34.5 41.2 121.4) |
| OKLCH | oklch(0.428 0.100 128.1) |
Copy-ready code
/* CSS */
color: #3f5913;
background-color: #3f5913;
/* Tailwind (arbitrary) */
class="text-[#3f5913] bg-[#3f5913]"
/* SCSS */
$brand: #3f5913;
/* SwiftUI */
Color(red: 0.247, green: 0.349, blue: 0.075)
/* Android */
Color.parseColor("#3f5913")Accessibility — WCAG contrast
Aa
#3f5913 on white: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f5913 on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green34.9%
Blue7.5%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow78.7%
Key (black)65.1%
Color previews
#3f5913 text on a black background
contrast 2.65:1
Card sample
#3f5913 text on a white background
contrast 7.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f5913;
Background color
Panel with #3f5913 background
background-color: #3f5913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f5913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 89, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 89, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f5913; background: linear-gradient(135deg, #3f5913, #135916);