#4d5621
a deep, soft green · cool · closest name: olive
RGB
77, 86, 33
HSL
70°, 45%, 23%
CMYK
11, 0, 62, 66
Luminance
0.0834
Every format
| HEX | #4d5621 |
| RGB | rgb(77, 86, 33) |
| HSL | hsl(70, 45%, 23%) |
| CMYK | cmyk(11%, 0%, 62%, 66%) |
| LAB | lab(34.7 -12.3 29.1) |
| LCH | lch(34.7 31.6 113.0) |
| OKLCH | oklch(0.433 0.076 117.8) |
Copy-ready code
/* CSS */
color: #4d5621;
background-color: #4d5621;
/* Tailwind (arbitrary) */
class="text-[#4d5621] bg-[#4d5621]"
/* SCSS */
$brand: #4d5621;
/* SwiftUI */
Color(red: 0.302, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#4d5621")Accessibility — WCAG contrast
Aa
#4d5621 on white: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4d5621 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green33.7%
Blue12.9%
CMYK percentages
Cyan10.5%
Magenta0.0%
Yellow61.6%
Key (black)66.3%
Color previews
#4d5621 text on a black background
contrast 2.67:1
Card sample
#4d5621 text on a white background
contrast 7.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d5621;
Background color
Panel with #4d5621 background
background-color: #4d5621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d5621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d5621; background: linear-gradient(135deg, #4d5621, #2A5621);