#914c21
a dark, vivid orange · warm · closest name: sienna
RGB
145, 76, 33
HSL
23°, 63%, 35%
CMYK
0, 48, 77, 43
Luminance
0.1130
Every format
| HEX | #914c21 |
| RGB | rgb(145, 76, 33) |
| HSL | hsl(23, 63%, 35%) |
| CMYK | cmyk(0%, 48%, 77%, 43%) |
| LAB | lab(40.1 25.7 37.3) |
| LCH | lch(40.1 45.3 55.5) |
| OKLCH | oklch(0.493 0.108 49.6) |
Copy-ready code
/* CSS */
color: #914c21;
background-color: #914c21;
/* Tailwind (arbitrary) */
class="text-[#914c21] bg-[#914c21]"
/* SCSS */
$brand: #914c21;
/* SwiftUI */
Color(red: 0.569, green: 0.298, blue: 0.129)
/* Android */
Color.parseColor("#914c21")Accessibility — WCAG contrast
Aa
#914c21 on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#914c21 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green29.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow77.2%
Key (black)43.1%
Color previews
#914c21 text on a black background
contrast 3.26:1
Card sample
#914c21 text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #914c21;
Background color
Panel with #914c21 background
background-color: #914c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #914c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 76, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 76, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #914c21; background: linear-gradient(135deg, #914c21, #8B9121);