#994c00
a dark, electric orange · warm · closest name: sienna
RGB
153, 76, 0
HSL
30°, 100%, 30%
CMYK
0, 50, 100, 40
Luminance
0.1194
Every format
| HEX | #994c00 |
| RGB | rgb(153, 76, 0) |
| HSL | hsl(30, 100%, 30%) |
| CMYK | cmyk(0%, 50%, 100%, 40%) |
| LAB | lab(41.1 28.2 50.8) |
| LCH | lch(41.1 58.1 60.9) |
| OKLCH | oklch(0.503 0.126 54.2) |
Copy-ready code
/* CSS */
color: #994c00;
background-color: #994c00;
/* Tailwind (arbitrary) */
class="text-[#994c00] bg-[#994c00]"
/* SCSS */
$brand: #994c00;
/* SwiftUI */
Color(red: 0.600, green: 0.298, blue: 0.000)
/* Android */
Color.parseColor("#994c00")Accessibility — WCAG contrast
Aa
#994c00 on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#994c00 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green29.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow100.0%
Key (black)40.0%
Color previews
#994c00 text on a black background
contrast 3.39:1
Card sample
#994c00 text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #994c00;
Background color
Panel with #994c00 background
background-color: #994c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #994c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 76, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 76, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #994c00; background: linear-gradient(135deg, #994c00, #809900);