#4a570b
a deep, electric green · cool · closest name: olive
RGB
74, 87, 11
HSL
70°, 78%, 19%
CMYK
15, 0, 87, 66
Luminance
0.0830
Every format
| HEX | #4a570b |
| RGB | rgb(74, 87, 11) |
| HSL | hsl(70, 78%, 19%) |
| CMYK | cmyk(15%, 0%, 87%, 66%) |
| LAB | lab(34.6 -15.8 38.4) |
| LCH | lch(34.6 41.5 112.4) |
| OKLCH | oklch(0.431 0.096 119.6) |
Copy-ready code
/* CSS */
color: #4a570b;
background-color: #4a570b;
/* Tailwind (arbitrary) */
class="text-[#4a570b] bg-[#4a570b]"
/* SCSS */
$brand: #4a570b;
/* SwiftUI */
Color(red: 0.290, green: 0.341, blue: 0.043)
/* Android */
Color.parseColor("#4a570b")Accessibility — WCAG contrast
Aa
#4a570b on white: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a570b on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green34.1%
Blue4.3%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow87.4%
Key (black)65.9%
Color previews
#4a570b text on a black background
contrast 2.66:1
Card sample
#4a570b text on a white background
contrast 7.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a570b;
Background color
Panel with #4a570b background
background-color: #4a570b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a570b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 87, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 87, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a570b; background: linear-gradient(135deg, #4a570b, #17570B);