#555533
a dark, soft yellow · cool · closest name: darkslategray
RGB
85, 85, 51
HSL
60°, 25%, 27%
CMYK
0, 0, 40, 67
Luminance
0.0867
Every format
| HEX | #555533 |
| RGB | rgb(85, 85, 51) |
| HSL | hsl(60, 25%, 27%) |
| CMYK | cmyk(0%, 0%, 40%, 67%) |
| LAB | lab(35.3 -5.9 19.9) |
| LCH | lch(35.3 20.7 106.7) |
| OKLCH | oklch(0.441 0.051 108.3) |
Copy-ready code
/* CSS */
color: #555533;
background-color: #555533;
/* Tailwind (arbitrary) */
class="text-[#555533] bg-[#555533]"
/* SCSS */
$brand: #555533;
/* SwiftUI */
Color(red: 0.333, green: 0.333, blue: 0.200)
/* Android */
Color.parseColor("#555533")Accessibility — WCAG contrast
Aa
#555533 on white: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#555533 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green33.3%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow40.0%
Key (black)66.7%
Color previews
#555533 text on a black background
contrast 2.73:1
Card sample
#555533 text on a white background
contrast 7.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #555533;
Background color
Panel with #555533 background
background-color: #555533;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #555533;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 85, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 85, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #555533; background: linear-gradient(135deg, #555533, #3E5533);