#994411
a dark, electric orange · warm · closest name: sienna
RGB
153, 68, 17
HSL
23°, 80%, 33%
CMYK
0, 56, 89, 40
Luminance
0.1095
Every format
| HEX | #994411 |
| RGB | rgb(153, 68, 17) |
| HSL | hsl(23, 80%, 33%) |
| CMYK | cmyk(0%, 56%, 89%, 40%) |
| LAB | lab(39.5 32.8 44.4) |
| LCH | lch(39.5 55.2 53.5) |
| OKLCH | oklch(0.491 0.128 46.2) |
Copy-ready code
/* CSS */
color: #994411;
background-color: #994411;
/* Tailwind (arbitrary) */
class="text-[#994411] bg-[#994411]"
/* SCSS */
$brand: #994411;
/* SwiftUI */
Color(red: 0.600, green: 0.267, blue: 0.067)
/* Android */
Color.parseColor("#994411")Accessibility — WCAG contrast
Aa
#994411 on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#994411 on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green26.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow88.9%
Key (black)40.0%
Color previews
#994411 text on a black background
contrast 3.19:1
Card sample
#994411 text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #994411;
Background color
Panel with #994411 background
background-color: #994411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #994411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 68, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 68, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #994411; background: linear-gradient(135deg, #994411, #939911);