#55752c
a dark, vivid green · cool · closest name: olivedrab
RGB
85, 117, 44
HSL
86°, 45%, 32%
CMYK
27, 0, 62, 54
Luminance
0.1484
Every format
| HEX | #55752c |
| RGB | rgb(85, 117, 44) |
| HSL | hsl(86, 45%, 32%) |
| CMYK | cmyk(27%, 0%, 62%, 54%) |
| LAB | lab(45.4 -24.3 35.8) |
| LCH | lch(45.4 43.2 124.2) |
| OKLCH | oklch(0.521 0.108 129.4) |
Copy-ready code
/* CSS */
color: #55752c;
background-color: #55752c;
/* Tailwind (arbitrary) */
class="text-[#55752c] bg-[#55752c]"
/* SCSS */
$brand: #55752c;
/* SwiftUI */
Color(red: 0.333, green: 0.459, blue: 0.173)
/* Android */
Color.parseColor("#55752c")Accessibility — WCAG contrast
Aa
#55752c on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#55752c on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green45.9%
Blue17.3%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow62.4%
Key (black)54.1%
Color previews
#55752c text on a black background
contrast 3.97:1
Card sample
#55752c text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55752c;
Background color
Panel with #55752c background
background-color: #55752c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55752c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 117, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 117, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55752c; background: linear-gradient(135deg, #55752c, #2C7534);