#4a5533
a dark, soft green · cool · closest name: darkslategray
RGB
74, 85, 51
HSL
79°, 25%, 27%
CMYK
13, 0, 40, 67
Luminance
0.0819
Every format
| HEX | #4a5533 |
| RGB | rgb(74, 85, 51) |
| HSL | hsl(79, 25%, 27%) |
| CMYK | cmyk(13%, 0%, 40%, 67%) |
| LAB | lab(34.4 -10.9 18.4) |
| LCH | lch(34.4 21.4 120.6) |
| OKLCH | oklch(0.430 0.054 123.3) |
Copy-ready code
/* CSS */
color: #4a5533;
background-color: #4a5533;
/* Tailwind (arbitrary) */
class="text-[#4a5533] bg-[#4a5533]"
/* SCSS */
$brand: #4a5533;
/* SwiftUI */
Color(red: 0.290, green: 0.333, blue: 0.200)
/* Android */
Color.parseColor("#4a5533")Accessibility — WCAG contrast
Aa
#4a5533 on white: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a5533 on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green33.3%
Blue20.0%
CMYK percentages
Cyan12.9%
Magenta0.0%
Yellow40.0%
Key (black)66.7%
Color previews
#4a5533 text on a black background
contrast 2.64:1
Card sample
#4a5533 text on a white background
contrast 7.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a5533;
Background color
Panel with #4a5533 background
background-color: #4a5533;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a5533;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 85, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 85, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a5533; background: linear-gradient(135deg, #4a5533, #335533);