#993e11
a dark, electric orange · warm · closest name: sienna
RGB
153, 62, 17
HSL
20°, 80%, 33%
CMYK
0, 60, 89, 40
Luminance
0.1026
Every format
| HEX | #993e11 |
| RGB | rgb(153, 62, 17) |
| HSL | hsl(20, 80%, 33%) |
| CMYK | cmyk(0%, 60%, 89%, 40%) |
| LAB | lab(38.3 35.9 43.4) |
| LCH | lch(38.3 56.3 50.4) |
| OKLCH | oklch(0.482 0.133 42.6) |
Copy-ready code
/* CSS */
color: #993e11;
background-color: #993e11;
/* Tailwind (arbitrary) */
class="text-[#993e11] bg-[#993e11]"
/* SCSS */
$brand: #993e11;
/* SwiftUI */
Color(red: 0.600, green: 0.243, blue: 0.067)
/* Android */
Color.parseColor("#993e11")Accessibility — WCAG contrast
Aa
#993e11 on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#993e11 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green24.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta59.5%
Yellow88.9%
Key (black)40.0%
Color previews
#993e11 text on a black background
contrast 3.05:1
Card sample
#993e11 text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #993e11;
Background color
Panel with #993e11 background
background-color: #993e11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #993e11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 62, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 62, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #993e11; background: linear-gradient(135deg, #993e11, #999911);