#3f5608
a deep, electric green · cool · closest name: olivedrab
RGB
63, 86, 8
HSL
78°, 83%, 18%
CMYK
27, 0, 91, 66
Luminance
0.0773
Every format
| HEX | #3f5608 |
| RGB | rgb(63, 86, 8) |
| HSL | hsl(78, 83%, 18%) |
| CMYK | cmyk(27%, 0%, 91%, 66%) |
| LAB | lab(33.4 -20.5 37.9) |
| LCH | lch(33.4 43.1 118.4) |
| OKLCH | oklch(0.419 0.102 125.9) |
Copy-ready code
/* CSS */
color: #3f5608;
background-color: #3f5608;
/* Tailwind (arbitrary) */
class="text-[#3f5608] bg-[#3f5608]"
/* SCSS */
$brand: #3f5608;
/* SwiftUI */
Color(red: 0.247, green: 0.337, blue: 0.031)
/* Android */
Color.parseColor("#3f5608")Accessibility — WCAG contrast
Aa
#3f5608 on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f5608 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green33.7%
Blue3.1%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow90.7%
Key (black)66.3%
Color previews
#3f5608 text on a black background
contrast 2.55:1
Card sample
#3f5608 text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f5608;
Background color
Panel with #3f5608 background
background-color: #3f5608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f5608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 86, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 86, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f5608; background: linear-gradient(135deg, #3f5608, #0B5608);