#575430
a dark, soft yellow · cool · closest name: darkslategray
RGB
87, 84, 48
HSL
55°, 29%, 27%
CMYK
0, 3, 45, 66
Luminance
0.0858
Every format
| HEX | #575430 |
| RGB | rgb(87, 84, 48) |
| HSL | hsl(55, 29%, 27%) |
| CMYK | cmyk(0%, 3%, 45%, 66%) |
| LAB | lab(35.2 -4.8 21.4) |
| LCH | lch(35.2 22.0 102.6) |
| OKLCH | oklch(0.439 0.054 104.2) |
Copy-ready code
/* CSS */
color: #575430;
background-color: #575430;
/* Tailwind (arbitrary) */
class="text-[#575430] bg-[#575430]"
/* SCSS */
$brand: #575430;
/* SwiftUI */
Color(red: 0.341, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#575430")Accessibility — WCAG contrast
Aa
#575430 on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#575430 on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green32.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow44.8%
Key (black)65.9%
Color previews
#575430 text on a black background
contrast 2.72:1
Card sample
#575430 text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #575430;
Background color
Panel with #575430 background
background-color: #575430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #575430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #575430; background: linear-gradient(135deg, #575430, #405730);