#914821
a dark, vivid orange · warm · closest name: sienna
RGB
145, 72, 33
HSL
21°, 63%, 35%
CMYK
0, 50, 77, 43
Luminance
0.1076
Every format
| HEX | #914821 |
| RGB | rgb(145, 72, 33) |
| HSL | hsl(21, 63%, 35%) |
| CMYK | cmyk(0%, 50%, 77%, 43%) |
| LAB | lab(39.2 27.9 36.4) |
| LCH | lch(39.2 45.8 52.5) |
| OKLCH | oklch(0.486 0.111 46.3) |
Copy-ready code
/* CSS */
color: #914821;
background-color: #914821;
/* Tailwind (arbitrary) */
class="text-[#914821] bg-[#914821]"
/* SCSS */
$brand: #914821;
/* SwiftUI */
Color(red: 0.569, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#914821")Accessibility — WCAG contrast
Aa
#914821 on white: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#914821 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow77.2%
Key (black)43.1%
Color previews
#914821 text on a black background
contrast 3.15:1
Card sample
#914821 text on a white background
contrast 6.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #914821;
Background color
Panel with #914821 background
background-color: #914821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #914821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #914821; background: linear-gradient(135deg, #914821, #8F9121);