#783c01
a deep, electric orange · warm · closest name: sienna
RGB
120, 60, 1
HSL
30°, 98%, 24%
CMYK
0, 50, 99, 53
Luminance
0.0723
Every format
| HEX | #783c01 |
| RGB | rgb(120, 60, 1) |
| HSL | hsl(30, 98%, 24%) |
| CMYK | cmyk(0%, 50%, 99%, 53%) |
| LAB | lab(32.3 22.7 42.4) |
| LCH | lch(32.3 48.1 61.9) |
| OKLCH | oklch(0.425 0.104 55.6) |
Copy-ready code
/* CSS */
color: #783c01;
background-color: #783c01;
/* Tailwind (arbitrary) */
class="text-[#783c01] bg-[#783c01]"
/* SCSS */
$brand: #783c01;
/* SwiftUI */
Color(red: 0.471, green: 0.235, blue: 0.004)
/* Android */
Color.parseColor("#783c01")Accessibility — WCAG contrast
Aa
#783c01 on white: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#783c01 on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green23.5%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow99.2%
Key (black)52.9%
Color previews
#783c01 text on a black background
contrast 2.45:1
Card sample
#783c01 text on a white background
contrast 8.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #783c01;
Background color
Panel with #783c01 background
background-color: #783c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #783c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 60, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 60, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #783c01; background: linear-gradient(135deg, #783c01, #657801);