#914521
a dark, vivid orange · warm · closest name: sienna
RGB
145, 69, 33
HSL
19°, 63%, 35%
CMYK
0, 52, 77, 43
Luminance
0.1039
Every format
| HEX | #914521 |
| RGB | rgb(145, 69, 33) |
| HSL | hsl(19, 63%, 35%) |
| CMYK | cmyk(0%, 52%, 77%, 43%) |
| LAB | lab(38.5 29.5 35.7) |
| LCH | lch(38.5 46.3 50.4) |
| OKLCH | oklch(0.481 0.114 44.0) |
Copy-ready code
/* CSS */
color: #914521;
background-color: #914521;
/* Tailwind (arbitrary) */
class="text-[#914521] bg-[#914521]"
/* SCSS */
$brand: #914521;
/* SwiftUI */
Color(red: 0.569, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#914521")Accessibility — WCAG contrast
Aa
#914521 on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#914521 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.4%
Yellow77.2%
Key (black)43.1%
Color previews
#914521 text on a black background
contrast 3.08:1
Card sample
#914521 text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #914521;
Background color
Panel with #914521 background
background-color: #914521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #914521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #914521; background: linear-gradient(135deg, #914521, #919021);