#922c00
a dark, electric orange · warm · closest name: maroon
RGB
146, 44, 0
HSL
18°, 100%, 29%
CMYK
0, 70, 100, 43
Luminance
0.0791
Every format
| HEX | #922c00 |
| RGB | rgb(146, 44, 0) |
| HSL | hsl(18, 100%, 29%) |
| CMYK | cmyk(0%, 70%, 100%, 43%) |
| LAB | lab(33.8 41.3 46.0) |
| LCH | lch(33.8 61.9 48.1) |
| OKLCH | oklch(0.445 0.144 38.4) |
Copy-ready code
/* CSS */
color: #922c00;
background-color: #922c00;
/* Tailwind (arbitrary) */
class="text-[#922c00] bg-[#922c00]"
/* SCSS */
$brand: #922c00;
/* SwiftUI */
Color(red: 0.573, green: 0.173, blue: 0.000)
/* Android */
Color.parseColor("#922c00")Accessibility — WCAG contrast
Aa
#922c00 on white: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#922c00 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green17.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta69.9%
Yellow100.0%
Key (black)42.7%
Color previews
#922c00 text on a black background
contrast 2.58:1
Card sample
#922c00 text on a white background
contrast 8.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #922c00;
Background color
Panel with #922c00 background
background-color: #922c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #922c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 44, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 44, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #922c00; background: linear-gradient(135deg, #922c00, #928D00);