#913c01
a dark, electric orange · warm · closest name: sienna
RGB
145, 60, 1
HSL
25°, 99%, 29%
CMYK
0, 59, 99, 43
Luminance
0.0925
Every format
| HEX | #913c01 |
| RGB | rgb(145, 60, 1) |
| HSL | hsl(25, 99%, 29%) |
| CMYK | cmyk(0%, 59%, 99%, 43%) |
| LAB | lab(36.5 33.4 47.0) |
| LCH | lch(36.5 57.7 54.6) |
| OKLCH | oklch(0.465 0.129 46.3) |
Copy-ready code
/* CSS */
color: #913c01;
background-color: #913c01;
/* Tailwind (arbitrary) */
class="text-[#913c01] bg-[#913c01]"
/* SCSS */
$brand: #913c01;
/* SwiftUI */
Color(red: 0.569, green: 0.235, blue: 0.004)
/* Android */
Color.parseColor("#913c01")Accessibility — WCAG contrast
Aa
#913c01 on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#913c01 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green23.5%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta58.6%
Yellow99.3%
Key (black)43.1%
Color previews
#913c01 text on a black background
contrast 2.85:1
Card sample
#913c01 text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #913c01;
Background color
Panel with #913c01 background
background-color: #913c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #913c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 60, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 60, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #913c01; background: linear-gradient(135deg, #913c01, #869101);