#904021
a dark, vivid orange · warm · closest name: sienna
RGB
144, 64, 33
HSL
17°, 63%, 35%
CMYK
0, 56, 77, 44
Luminance
0.0971
Every format
| HEX | #904021 |
| RGB | rgb(144, 64, 33) |
| HSL | hsl(17, 63%, 35%) |
| CMYK | cmyk(0%, 56%, 77%, 44%) |
| LAB | lab(37.3 31.8 34.4) |
| LCH | lch(37.3 46.8 47.2) |
| OKLCH | oklch(0.472 0.117 40.7) |
Copy-ready code
/* CSS */
color: #904021;
background-color: #904021;
/* Tailwind (arbitrary) */
class="text-[#904021] bg-[#904021]"
/* SCSS */
$brand: #904021;
/* SwiftUI */
Color(red: 0.565, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#904021")Accessibility — WCAG contrast
Aa
#904021 on white: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#904021 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow77.1%
Key (black)43.5%
Color previews
#904021 text on a black background
contrast 2.94:1
Card sample
#904021 text on a white background
contrast 7.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #904021;
Background color
Panel with #904021 background
background-color: #904021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #904021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #904021; background: linear-gradient(135deg, #904021, #908A21);