#574321
a deep, vivid orange · warm · closest name: sienna
RGB
87, 67, 33
HSL
38°, 45%, 24%
CMYK
0, 23, 62, 66
Luminance
0.0615
Every format
| HEX | #574321 |
| RGB | rgb(87, 67, 33) |
| HSL | hsl(38, 45%, 24%) |
| CMYK | cmyk(0%, 23%, 62%, 66%) |
| LAB | lab(29.8 4.0 23.7) |
| LCH | lch(29.8 24.0 80.3) |
| OKLCH | oklch(0.396 0.057 79.2) |
Copy-ready code
/* CSS */
color: #574321;
background-color: #574321;
/* Tailwind (arbitrary) */
class="text-[#574321] bg-[#574321]"
/* SCSS */
$brand: #574321;
/* SwiftUI */
Color(red: 0.341, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#574321")Accessibility — WCAG contrast
Aa
#574321 on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#574321 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow62.1%
Key (black)65.9%
Color previews
#574321 text on a black background
contrast 2.23:1
Card sample
#574321 text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #574321;
Background color
Panel with #574321 background
background-color: #574321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #574321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #574321; background: linear-gradient(135deg, #574321, #475721);