#555421
a deep, soft yellow · cool · closest name: olive
RGB
85, 84, 33
HSL
59°, 44%, 23%
CMYK
0, 1, 61, 67
Luminance
0.0838
Every format
| HEX | #555421 |
| RGB | rgb(85, 84, 33) |
| HSL | hsl(59, 44%, 23%) |
| CMYK | cmyk(0%, 1%, 61%, 67%) |
| LAB | lab(34.8 -7.3 29.4) |
| LCH | lch(34.8 30.3 104.0) |
| OKLCH | oklch(0.435 0.071 108.0) |
Copy-ready code
/* CSS */
color: #555421;
background-color: #555421;
/* Tailwind (arbitrary) */
class="text-[#555421] bg-[#555421]"
/* SCSS */
$brand: #555421;
/* SwiftUI */
Color(red: 0.333, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#555421")Accessibility — WCAG contrast
Aa
#555421 on white: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#555421 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow61.2%
Key (black)66.7%
Color previews
#555421 text on a black background
contrast 2.68:1
Card sample
#555421 text on a white background
contrast 7.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #555421;
Background color
Panel with #555421 background
background-color: #555421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #555421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #555421; background: linear-gradient(135deg, #555421, #335521);