#603c01
a deep, electric orange · warm · closest name: sienna
RGB
96, 60, 1
HSL
37°, 98%, 19%
CMYK
0, 38, 99, 62
Luminance
0.0572
Every format
| HEX | #603c01 |
| RGB | rgb(96, 60, 1) |
| HSL | hsl(37, 98%, 19%) |
| CMYK | cmyk(0%, 38%, 99%, 62%) |
| LAB | lab(28.7 11.2 38.1) |
| LCH | lch(28.7 39.8 73.6) |
| OKLCH | oklch(0.389 0.083 71.4) |
Copy-ready code
/* CSS */
color: #603c01;
background-color: #603c01;
/* Tailwind (arbitrary) */
class="text-[#603c01] bg-[#603c01]"
/* SCSS */
$brand: #603c01;
/* SwiftUI */
Color(red: 0.376, green: 0.235, blue: 0.004)
/* Android */
Color.parseColor("#603c01")Accessibility — WCAG contrast
Aa
#603c01 on white: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#603c01 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green23.5%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow99.0%
Key (black)62.4%
Color previews
#603c01 text on a black background
contrast 2.14:1
Card sample
#603c01 text on a white background
contrast 9.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #603c01;
Background color
Panel with #603c01 background
background-color: #603c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #603c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 60, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 60, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #603c01; background: linear-gradient(135deg, #603c01, #456001);