#902c01
a dark, electric orange · warm · closest name: maroon
RGB
144, 44, 1
HSL
18°, 99%, 28%
CMYK
0, 69, 99, 44
Luminance
0.0773
Every format
| HEX | #902c01 |
| RGB | rgb(144, 44, 1) |
| HSL | hsl(18, 99%, 28%) |
| CMYK | cmyk(0%, 69%, 99%, 44%) |
| LAB | lab(33.4 40.6 45.2) |
| LCH | lch(33.4 60.8 48.1) |
| OKLCH | oklch(0.442 0.142 38.6) |
Copy-ready code
/* CSS */
color: #902c01;
background-color: #902c01;
/* Tailwind (arbitrary) */
class="text-[#902c01] bg-[#902c01]"
/* SCSS */
$brand: #902c01;
/* SwiftUI */
Color(red: 0.565, green: 0.173, blue: 0.004)
/* Android */
Color.parseColor("#902c01")Accessibility — WCAG contrast
Aa
#902c01 on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#902c01 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green17.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow99.3%
Key (black)43.5%
Color previews
#902c01 text on a black background
contrast 2.55:1
Card sample
#902c01 text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #902c01;
Background color
Panel with #902c01 background
background-color: #902c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #902c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 44, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 44, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #902c01; background: linear-gradient(135deg, #902c01, #908B01);