#994400
a dark, electric orange · warm · closest name: sienna
RGB
153, 68, 0
HSL
27°, 100%, 30%
CMYK
0, 56, 100, 40
Luminance
0.1091
Every format
| HEX | #994400 |
| RGB | rgb(153, 68, 0) |
| HSL | hsl(27, 100%, 30%) |
| CMYK | cmyk(0%, 56%, 100%, 40%) |
| LAB | lab(39.4 32.5 49.8) |
| LCH | lch(39.4 59.5 56.8) |
| OKLCH | oklch(0.490 0.131 49.0) |
Copy-ready code
/* CSS */
color: #994400;
background-color: #994400;
/* Tailwind (arbitrary) */
class="text-[#994400] bg-[#994400]"
/* SCSS */
$brand: #994400;
/* SwiftUI */
Color(red: 0.600, green: 0.267, blue: 0.000)
/* Android */
Color.parseColor("#994400")Accessibility — WCAG contrast
Aa
#994400 on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#994400 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green26.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow100.0%
Key (black)40.0%
Color previews
#994400 text on a black background
contrast 3.18:1
Card sample
#994400 text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #994400;
Background color
Panel with #994400 background
background-color: #994400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #994400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 68, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 68, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #994400; background: linear-gradient(135deg, #994400, #889900);