#5a552b
a dark, soft yellow · cool · closest name: darkslategray
RGB
90, 85, 43
HSL
54°, 35%, 26%
CMYK
0, 6, 52, 65
Luminance
0.0885
Every format
| HEX | #5a552b |
| RGB | rgb(90, 85, 43) |
| HSL | hsl(54, 35%, 26%) |
| CMYK | cmyk(0%, 6%, 52%, 65%) |
| LAB | lab(35.7 -4.6 25.1) |
| LCH | lch(35.7 25.5 100.3) |
| OKLCH | oklch(0.444 0.061 102.5) |
Copy-ready code
/* CSS */
color: #5a552b;
background-color: #5a552b;
/* Tailwind (arbitrary) */
class="text-[#5a552b] bg-[#5a552b]"
/* SCSS */
$brand: #5a552b;
/* SwiftUI */
Color(red: 0.353, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#5a552b")Accessibility — WCAG contrast
Aa
#5a552b on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5a552b on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green33.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow52.2%
Key (black)64.7%
Color previews
#5a552b text on a black background
contrast 2.77:1
Card sample
#5a552b text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a552b;
Background color
Panel with #5a552b background
background-color: #5a552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a552b; background: linear-gradient(135deg, #5a552b, #405A2B);