#574300
a deep, electric yellow · cool · closest name: sienna
RGB
87, 67, 0
HSL
46°, 100%, 17%
CMYK
0, 23, 100, 66
Luminance
0.0604
Every format
| HEX | #574300 |
| RGB | rgb(87, 67, 0) |
| HSL | hsl(46, 100%, 17%) |
| CMYK | cmyk(0%, 23%, 100%, 66%) |
| LAB | lab(29.5 2.2 38.7) |
| LCH | lch(29.5 38.7 86.7) |
| OKLCH | oklch(0.393 0.080 89.3) |
Copy-ready code
/* CSS */
color: #574300;
background-color: #574300;
/* Tailwind (arbitrary) */
class="text-[#574300] bg-[#574300]"
/* SCSS */
$brand: #574300;
/* SwiftUI */
Color(red: 0.341, green: 0.263, blue: 0.000)
/* Android */
Color.parseColor("#574300")Accessibility — WCAG contrast
Aa
#574300 on white: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#574300 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green26.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow100.0%
Key (black)65.9%
Color previews
#574300 text on a black background
contrast 2.21:1
Card sample
#574300 text on a white background
contrast 9.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #574300;
Background color
Panel with #574300 background
background-color: #574300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #574300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 67, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 67, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #574300; background: linear-gradient(135deg, #574300, #315700);