#574f21
a deep, vivid yellow · cool · closest name: darkslategray
RGB
87, 79, 33
HSL
51°, 45%, 24%
CMYK
0, 9, 62, 66
Luminance
0.0773
Every format
| HEX | #574f21 |
| RGB | rgb(87, 79, 33) |
| HSL | hsl(51, 45%, 24%) |
| CMYK | cmyk(0%, 9%, 62%, 66%) |
| LAB | lab(33.4 -3.4 27.9) |
| LCH | lch(33.4 28.1 96.9) |
| OKLCH | oklch(0.425 0.066 99.6) |
Copy-ready code
/* CSS */
color: #574f21;
background-color: #574f21;
/* Tailwind (arbitrary) */
class="text-[#574f21] bg-[#574f21]"
/* SCSS */
$brand: #574f21;
/* SwiftUI */
Color(red: 0.341, green: 0.310, blue: 0.129)
/* Android */
Color.parseColor("#574f21")Accessibility — WCAG contrast
Aa
#574f21 on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#574f21 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green31.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow62.1%
Key (black)65.9%
Color previews
#574f21 text on a black background
contrast 2.55:1
Card sample
#574f21 text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #574f21;
Background color
Panel with #574f21 background
background-color: #574f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #574f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 79, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 79, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #574f21; background: linear-gradient(135deg, #574f21, #3B5721);