#574607
a deep, electric yellow · cool · closest name: sienna
RGB
87, 70, 7
HSL
47°, 85%, 18%
CMYK
0, 20, 92, 66
Luminance
0.0642
Every format
| HEX | #574607 |
| RGB | rgb(87, 70, 7) |
| HSL | hsl(47, 85%, 18%) |
| CMYK | cmyk(0%, 20%, 92%, 66%) |
| LAB | lab(30.4 0.6 36.6) |
| LCH | lch(30.4 36.6 89.1) |
| OKLCH | oklch(0.401 0.078 92.0) |
Copy-ready code
/* CSS */
color: #574607;
background-color: #574607;
/* Tailwind (arbitrary) */
class="text-[#574607] bg-[#574607]"
/* SCSS */
$brand: #574607;
/* SwiftUI */
Color(red: 0.341, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#574607")Accessibility — WCAG contrast
Aa
#574607 on white: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#574607 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green27.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow92.0%
Key (black)65.9%
Color previews
#574607 text on a black background
contrast 2.28:1
Card sample
#574607 text on a white background
contrast 9.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #574607;
Background color
Panel with #574607 background
background-color: #574607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #574607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #574607; background: linear-gradient(135deg, #574607, #335707);