#905021
a dark, vivid orange · warm · closest name: sienna
RGB
144, 80, 33
HSL
25°, 63%, 35%
CMYK
0, 44, 77, 44
Luminance
0.1178
Every format
| HEX | #905021 |
| RGB | rgb(144, 80, 33) |
| HSL | hsl(25, 63%, 35%) |
| CMYK | cmyk(0%, 44%, 77%, 44%) |
| LAB | lab(40.9 23.0 38.0) |
| LCH | lch(40.9 44.4 58.9) |
| OKLCH | oklch(0.499 0.105 53.6) |
Copy-ready code
/* CSS */
color: #905021;
background-color: #905021;
/* Tailwind (arbitrary) */
class="text-[#905021] bg-[#905021]"
/* SCSS */
$brand: #905021;
/* SwiftUI */
Color(red: 0.565, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#905021")Accessibility — WCAG contrast
Aa
#905021 on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#905021 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow77.1%
Key (black)43.5%
Color previews
#905021 text on a black background
contrast 3.36:1
Card sample
#905021 text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #905021;
Background color
Panel with #905021 background
background-color: #905021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #905021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #905021; background: linear-gradient(135deg, #905021, #869021);