#4e6621
a dark, vivid green · cool · closest name: olivedrab
RGB
78, 102, 33
HSL
81°, 51%, 27%
CMYK
24, 0, 68, 60
Luminance
0.1123
Every format
| HEX | #4e6621 |
| RGB | rgb(78, 102, 33) |
| HSL | hsl(81, 51%, 27%) |
| CMYK | cmyk(24%, 0%, 68%, 60%) |
| LAB | lab(40.0 -20.6 34.9) |
| LCH | lch(40.0 40.5 120.5) |
| OKLCH | oklch(0.475 0.099 126.3) |
Copy-ready code
/* CSS */
color: #4e6621;
background-color: #4e6621;
/* Tailwind (arbitrary) */
class="text-[#4e6621] bg-[#4e6621]"
/* SCSS */
$brand: #4e6621;
/* SwiftUI */
Color(red: 0.306, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#4e6621")Accessibility — WCAG contrast
Aa
#4e6621 on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4e6621 on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green40.0%
Blue12.9%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#4e6621 text on a black background
contrast 3.25:1
Card sample
#4e6621 text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e6621;
Background color
Panel with #4e6621 background
background-color: #4e6621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e6621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e6621; background: linear-gradient(135deg, #4e6621, #216622);