#572f00
a deep, electric orange · warm · closest name: sienna
RGB
87, 47, 0
HSL
32°, 100%, 17%
CMYK
0, 46, 100, 66
Luminance
0.0406
Every format
| HEX | #572f00 |
| RGB | rgb(87, 47, 0) |
| HSL | hsl(32, 100%, 17%) |
| CMYK | cmyk(0%, 46%, 100%, 66%) |
| LAB | lab(23.9 14.8 33.7) |
| LCH | lch(23.9 36.8 66.2) |
| OKLCH | oklch(0.349 0.080 62.3) |
Copy-ready code
/* CSS */
color: #572f00;
background-color: #572f00;
/* Tailwind (arbitrary) */
class="text-[#572f00] bg-[#572f00]"
/* SCSS */
$brand: #572f00;
/* SwiftUI */
Color(red: 0.341, green: 0.184, blue: 0.000)
/* Android */
Color.parseColor("#572f00")Accessibility — WCAG contrast
Aa
#572f00 on white: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#572f00 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green18.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta46.0%
Yellow100.0%
Key (black)65.9%
Color previews
#572f00 text on a black background
contrast 1.81:1
Card sample
#572f00 text on a white background
contrast 11.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #572f00;
Background color
Panel with #572f00 background
background-color: #572f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #572f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 47, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 47, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #572f00; background: linear-gradient(135deg, #572f00, #455700);