#472c01
a deep, electric orange · warm · closest name: sienna
RGB
71, 44, 1
HSL
37°, 97%, 14%
CMYK
0, 38, 99, 72
Luminance
0.0314
Every format
| HEX | #472c01 |
| RGB | rgb(71, 44, 1) |
| HSL | hsl(37, 97%, 14%) |
| CMYK | cmyk(0%, 38%, 99%, 72%) |
| LAB | lab(20.6 8.6 29.1) |
| LCH | lch(20.6 30.3 73.5) |
| OKLCH | oklch(0.319 0.067 72.5) |
Copy-ready code
/* CSS */
color: #472c01;
background-color: #472c01;
/* Tailwind (arbitrary) */
class="text-[#472c01] bg-[#472c01]"
/* SCSS */
$brand: #472c01;
/* SwiftUI */
Color(red: 0.278, green: 0.173, blue: 0.004)
/* Android */
Color.parseColor("#472c01")Accessibility — WCAG contrast
Aa
#472c01 on white: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472c01 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green17.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta38.0%
Yellow98.6%
Key (black)72.2%
Color previews
#472c01 text on a black background
contrast 1.63:1
Card sample
#472c01 text on a white background
contrast 12.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472c01;
Background color
Panel with #472c01 background
background-color: #472c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 44, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 44, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472c01; background: linear-gradient(135deg, #472c01, #334701);