#893000
a dark, electric orange · warm · closest name: maroon
RGB
137, 48, 0
HSL
21°, 100%, 27%
CMYK
0, 65, 100, 46
Luminance
0.0743
Every format
| HEX | #893000 |
| RGB | rgb(137, 48, 0) |
| HSL | hsl(21, 100%, 27%) |
| CMYK | cmyk(0%, 65%, 100%, 46%) |
| LAB | lab(32.8 36.2 44.5) |
| LCH | lch(32.8 57.4 50.9) |
| OKLCH | oklch(0.434 0.131 41.8) |
Copy-ready code
/* CSS */
color: #893000;
background-color: #893000;
/* Tailwind (arbitrary) */
class="text-[#893000] bg-[#893000]"
/* SCSS */
$brand: #893000;
/* SwiftUI */
Color(red: 0.537, green: 0.188, blue: 0.000)
/* Android */
Color.parseColor("#893000")Accessibility — WCAG contrast
Aa
#893000 on white: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#893000 on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green18.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow100.0%
Key (black)46.3%
Color previews
#893000 text on a black background
contrast 2.49:1
Card sample
#893000 text on a white background
contrast 8.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #893000;
Background color
Panel with #893000 background
background-color: #893000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #893000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 48, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 48, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #893000; background: linear-gradient(135deg, #893000, #878900);