#914421
a dark, vivid orange · warm · closest name: sienna
RGB
145, 68, 33
HSL
19°, 63%, 35%
CMYK
0, 53, 77, 43
Luminance
0.1026
Every format
| HEX | #914421 |
| RGB | rgb(145, 68, 33) |
| HSL | hsl(19, 63%, 35%) |
| CMYK | cmyk(0%, 53%, 77%, 43%) |
| LAB | lab(38.3 30.1 35.5) |
| LCH | lch(38.3 46.5 49.7) |
| OKLCH | oklch(0.479 0.115 43.3) |
Copy-ready code
/* CSS */
color: #914421;
background-color: #914421;
/* Tailwind (arbitrary) */
class="text-[#914421] bg-[#914421]"
/* SCSS */
$brand: #914421;
/* SwiftUI */
Color(red: 0.569, green: 0.267, blue: 0.129)
/* Android */
Color.parseColor("#914421")Accessibility — WCAG contrast
Aa
#914421 on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#914421 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green26.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow77.2%
Key (black)43.1%
Color previews
#914421 text on a black background
contrast 3.05:1
Card sample
#914421 text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #914421;
Background color
Panel with #914421 background
background-color: #914421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #914421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 68, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 68, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #914421; background: linear-gradient(135deg, #914421, #918F21);