#904c21
a dark, vivid orange · warm · closest name: sienna
RGB
144, 76, 33
HSL
23°, 63%, 35%
CMYK
0, 47, 77, 44
Luminance
0.1121
Every format
| HEX | #904c21 |
| RGB | rgb(144, 76, 33) |
| HSL | hsl(23, 63%, 35%) |
| CMYK | cmyk(0%, 47%, 77%, 44%) |
| LAB | lab(39.9 25.2 37.1) |
| LCH | lch(39.9 44.9 55.8) |
| OKLCH | oklch(0.492 0.107 50.0) |
Copy-ready code
/* CSS */
color: #904c21;
background-color: #904c21;
/* Tailwind (arbitrary) */
class="text-[#904c21] bg-[#904c21]"
/* SCSS */
$brand: #904c21;
/* SwiftUI */
Color(red: 0.565, green: 0.298, blue: 0.129)
/* Android */
Color.parseColor("#904c21")Accessibility — WCAG contrast
Aa
#904c21 on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#904c21 on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green29.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow77.1%
Key (black)43.5%
Color previews
#904c21 text on a black background
contrast 3.24:1
Card sample
#904c21 text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #904c21;
Background color
Panel with #904c21 background
background-color: #904c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #904c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 76, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 76, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #904c21; background: linear-gradient(135deg, #904c21, #8A9021);