#773c01
a deep, electric orange · warm · closest name: sienna
RGB
119, 60, 1
HSL
30°, 98%, 24%
CMYK
0, 50, 99, 53
Luminance
0.0716
Every format
| HEX | #773c01 |
| RGB | rgb(119, 60, 1) |
| HSL | hsl(30, 98%, 24%) |
| CMYK | cmyk(0%, 50%, 99%, 53%) |
| LAB | lab(32.2 22.2 42.2) |
| LCH | lch(32.2 47.7 62.2) |
| OKLCH | oklch(0.423 0.103 56.1) |
Copy-ready code
/* CSS */
color: #773c01;
background-color: #773c01;
/* Tailwind (arbitrary) */
class="text-[#773c01] bg-[#773c01]"
/* SCSS */
$brand: #773c01;
/* SwiftUI */
Color(red: 0.467, green: 0.235, blue: 0.004)
/* Android */
Color.parseColor("#773c01")Accessibility — WCAG contrast
Aa
#773c01 on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#773c01 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green23.5%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow99.2%
Key (black)53.3%
Color previews
#773c01 text on a black background
contrast 2.43:1
Card sample
#773c01 text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #773c01;
Background color
Panel with #773c01 background
background-color: #773c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #773c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 60, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 60, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #773c01; background: linear-gradient(135deg, #773c01, #637701);