#993311
a dark, electric orange · warm · closest name: maroon
RGB
153, 51, 17
HSL
15°, 80%, 33%
CMYK
0, 67, 89, 40
Luminance
0.0918
Every format
| HEX | #993311 |
| RGB | rgb(153, 51, 17) |
| HSL | hsl(15, 80%, 33%) |
| CMYK | cmyk(0%, 67%, 89%, 40%) |
| LAB | lab(36.3 41.1 41.8) |
| LCH | lch(36.3 58.7 45.5) |
| OKLCH | oklch(0.467 0.143 37.2) |
Copy-ready code
/* CSS */
color: #993311;
background-color: #993311;
/* Tailwind (arbitrary) */
class="text-[#993311] bg-[#993311]"
/* SCSS */
$brand: #993311;
/* SwiftUI */
Color(red: 0.600, green: 0.200, blue: 0.067)
/* Android */
Color.parseColor("#993311")Accessibility — WCAG contrast
Aa
#993311 on white: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#993311 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green20.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow88.9%
Key (black)40.0%
Color previews
#993311 text on a black background
contrast 2.84:1
Card sample
#993311 text on a white background
contrast 7.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #993311;
Background color
Panel with #993311 background
background-color: #993311;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #993311;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 51, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 51, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #993311; background: linear-gradient(135deg, #993311, #998E11);