#55552f
a dark, soft yellow · cool · closest name: darkslategray
RGB
85, 85, 47
HSL
60°, 29%, 26%
CMYK
0, 0, 45, 67
Luminance
0.0863
Every format
| HEX | #55552f |
| RGB | rgb(85, 85, 47) |
| HSL | hsl(60, 29%, 26%) |
| CMYK | cmyk(0%, 0%, 45%, 67%) |
| LAB | lab(35.3 -6.5 22.1) |
| LCH | lch(35.3 23.1 106.2) |
| OKLCH | oklch(0.440 0.057 108.5) |
Copy-ready code
/* CSS */
color: #55552f;
background-color: #55552f;
/* Tailwind (arbitrary) */
class="text-[#55552f] bg-[#55552f]"
/* SCSS */
$brand: #55552f;
/* SwiftUI */
Color(red: 0.333, green: 0.333, blue: 0.184)
/* Android */
Color.parseColor("#55552f")Accessibility — WCAG contrast
Aa
#55552f on white: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#55552f on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green33.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow44.7%
Key (black)66.7%
Color previews
#55552f text on a black background
contrast 2.73:1
Card sample
#55552f text on a white background
contrast 7.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55552f;
Background color
Panel with #55552f background
background-color: #55552f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55552f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 85, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 85, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55552f; background: linear-gradient(135deg, #55552f, #3C552F);