#993f00
a dark, electric orange · warm · closest name: sienna
RGB
153, 63, 0
HSL
25°, 100%, 30%
CMYK
0, 59, 100, 40
Luminance
0.1033
Every format
| HEX | #993f00 |
| RGB | rgb(153, 63, 0) |
| HSL | hsl(25, 100%, 30%) |
| CMYK | cmyk(0%, 59%, 100%, 40%) |
| LAB | lab(38.4 35.1 49.2) |
| LCH | lch(38.4 60.5 54.5) |
| OKLCH | oklch(0.482 0.135 46.1) |
Copy-ready code
/* CSS */
color: #993f00;
background-color: #993f00;
/* Tailwind (arbitrary) */
class="text-[#993f00] bg-[#993f00]"
/* SCSS */
$brand: #993f00;
/* SwiftUI */
Color(red: 0.600, green: 0.247, blue: 0.000)
/* Android */
Color.parseColor("#993f00")Accessibility — WCAG contrast
Aa
#993f00 on white: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#993f00 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green24.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow100.0%
Key (black)40.0%
Color previews
#993f00 text on a black background
contrast 3.07:1
Card sample
#993f00 text on a white background
contrast 6.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #993f00;
Background color
Panel with #993f00 background
background-color: #993f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #993f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 63, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 63, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #993f00; background: linear-gradient(135deg, #993f00, #8D9900);