#782c01
a deep, electric orange · warm · closest name: sienna
RGB
120, 44, 1
HSL
22°, 98%, 24%
CMYK
0, 63, 99, 53
Luminance
0.0580
Every format
| HEX | #782c01 |
| RGB | rgb(120, 44, 1) |
| HSL | hsl(22, 98%, 24%) |
| CMYK | cmyk(0%, 63%, 99%, 53%) |
| LAB | lab(28.9 31.4 39.9) |
| LCH | lch(28.9 50.8 51.8) |
| OKLCH | oklch(0.399 0.117 43.4) |
Copy-ready code
/* CSS */
color: #782c01;
background-color: #782c01;
/* Tailwind (arbitrary) */
class="text-[#782c01] bg-[#782c01]"
/* SCSS */
$brand: #782c01;
/* SwiftUI */
Color(red: 0.471, green: 0.173, blue: 0.004)
/* Android */
Color.parseColor("#782c01")Accessibility — WCAG contrast
Aa
#782c01 on white: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#782c01 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green17.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta63.3%
Yellow99.2%
Key (black)52.9%
Color previews
#782c01 text on a black background
contrast 2.16:1
Card sample
#782c01 text on a white background
contrast 9.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #782c01;
Background color
Panel with #782c01 background
background-color: #782c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #782c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 44, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 44, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #782c01; background: linear-gradient(135deg, #782c01, #747801);