#754c01
a deep, electric orange · warm · closest name: sienna
RGB
117, 76, 1
HSL
39°, 98%, 23%
CMYK
0, 35, 99, 54
Luminance
0.0895
Every format
| HEX | #754c01 |
| RGB | rgb(117, 76, 1) |
| HSL | hsl(39, 98%, 23%) |
| CMYK | cmyk(0%, 35%, 99%, 54%) |
| LAB | lab(35.9 11.8 44.5) |
| LCH | lch(35.9 46.1 75.2) |
| OKLCH | oklch(0.452 0.096 73.5) |
Copy-ready code
/* CSS */
color: #754c01;
background-color: #754c01;
/* Tailwind (arbitrary) */
class="text-[#754c01] bg-[#754c01]"
/* SCSS */
$brand: #754c01;
/* SwiftUI */
Color(red: 0.459, green: 0.298, blue: 0.004)
/* Android */
Color.parseColor("#754c01")Accessibility — WCAG contrast
Aa
#754c01 on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#754c01 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green29.8%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow99.1%
Key (black)54.1%
Color previews
#754c01 text on a black background
contrast 2.79:1
Card sample
#754c01 text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #754c01;
Background color
Panel with #754c01 background
background-color: #754c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #754c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 76, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 76, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #754c01; background: linear-gradient(135deg, #754c01, #517501);