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