#574f0f
a deep, vivid yellow · cool · closest name: olive
RGB
87, 79, 15
HSL
53°, 71%, 20%
CMYK
0, 9, 83, 66
Luminance
0.0765
Every format
| HEX | #574f0f |
| RGB | rgb(87, 79, 15) |
| HSL | hsl(53, 71%, 20%) |
| CMYK | cmyk(0%, 9%, 83%, 66%) |
| LAB | lab(33.3 -4.6 36.2) |
| LCH | lch(33.3 36.5 97.2) |
| OKLCH | oklch(0.423 0.081 101.9) |
Copy-ready code
/* CSS */
color: #574f0f;
background-color: #574f0f;
/* Tailwind (arbitrary) */
class="text-[#574f0f] bg-[#574f0f]"
/* SCSS */
$brand: #574f0f;
/* SwiftUI */
Color(red: 0.341, green: 0.310, blue: 0.059)
/* Android */
Color.parseColor("#574f0f")Accessibility — WCAG contrast
Aa
#574f0f on white: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#574f0f on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green31.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow82.8%
Key (black)65.9%
Color previews
#574f0f text on a black background
contrast 2.53:1
Card sample
#574f0f text on a white background
contrast 8.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #574f0f;
Background color
Panel with #574f0f background
background-color: #574f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #574f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 79, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 79, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #574f0f; background: linear-gradient(135deg, #574f0f, #2F570F);