#555021
a deep, soft yellow · cool · closest name: darkslategray
RGB
85, 80, 33
HSL
54°, 44%, 23%
CMYK
0, 6, 61, 67
Luminance
0.0778
Every format
| HEX | #555021 |
| RGB | rgb(85, 80, 33) |
| HSL | hsl(54, 44%, 23%) |
| CMYK | cmyk(0%, 6%, 61%, 67%) |
| LAB | lab(33.5 -5.0 27.9) |
| LCH | lch(33.5 28.4 100.1) |
| OKLCH | oklch(0.425 0.067 103.3) |
Copy-ready code
/* CSS */
color: #555021;
background-color: #555021;
/* Tailwind (arbitrary) */
class="text-[#555021] bg-[#555021]"
/* SCSS */
$brand: #555021;
/* SwiftUI */
Color(red: 0.333, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#555021")Accessibility — WCAG contrast
Aa
#555021 on white: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#555021 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow61.2%
Key (black)66.7%
Color previews
#555021 text on a black background
contrast 2.56:1
Card sample
#555021 text on a white background
contrast 8.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #555021;
Background color
Panel with #555021 background
background-color: #555021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #555021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #555021; background: linear-gradient(135deg, #555021, #375521);