#4b533d
a dark, soft green · cool · closest name: darkslategray
RGB
75, 83, 61
HSL
82°, 15%, 28%
CMYK
10, 0, 27, 68
Luminance
0.0802
Every format
| HEX | #4b533d |
| RGB | rgb(75, 83, 61) |
| HSL | hsl(82, 15%, 28%) |
| CMYK | cmyk(10%, 0%, 27%, 68%) |
| LAB | lab(34.0 -7.7 11.9) |
| LCH | lch(34.0 14.1 122.9) |
| OKLCH | oklch(0.428 0.036 124.1) |
Copy-ready code
/* CSS */
color: #4b533d;
background-color: #4b533d;
/* Tailwind (arbitrary) */
class="text-[#4b533d] bg-[#4b533d]"
/* SCSS */
$brand: #4b533d;
/* SwiftUI */
Color(red: 0.294, green: 0.325, blue: 0.239)
/* Android */
Color.parseColor("#4b533d")Accessibility — WCAG contrast
Aa
#4b533d on white: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b533d on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green32.5%
Blue23.9%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow26.5%
Key (black)67.5%
Color previews
#4b533d text on a black background
contrast 2.60:1
Card sample
#4b533d text on a white background
contrast 8.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b533d;
Background color
Panel with #4b533d background
background-color: #4b533d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b533d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 83, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 83, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b533d; background: linear-gradient(135deg, #4b533d, #3D533E);