#555321
a deep, soft yellow · cool · closest name: darkslategray
RGB
85, 83, 33
HSL
58°, 44%, 23%
CMYK
0, 2, 61, 67
Luminance
0.0823
Every format
| HEX | #555321 |
| RGB | rgb(85, 83, 33) |
| HSL | hsl(58, 44%, 23%) |
| CMYK | cmyk(0%, 2%, 61%, 67%) |
| LAB | lab(34.5 -6.8 29.0) |
| LCH | lch(34.5 29.8 103.1) |
| OKLCH | oklch(0.433 0.070 106.9) |
Copy-ready code
/* CSS */
color: #555321;
background-color: #555321;
/* Tailwind (arbitrary) */
class="text-[#555321] bg-[#555321]"
/* SCSS */
$brand: #555321;
/* SwiftUI */
Color(red: 0.333, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#555321")Accessibility — WCAG contrast
Aa
#555321 on white: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#555321 on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow61.2%
Key (black)66.7%
Color previews
#555321 text on a black background
contrast 2.65:1
Card sample
#555321 text on a white background
contrast 7.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #555321;
Background color
Panel with #555321 background
background-color: #555321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #555321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #555321; background: linear-gradient(135deg, #555321, #345521);