#602c01
a deep, electric orange · warm · closest name: sienna
RGB
96, 44, 1
HSL
27°, 98%, 19%
CMYK
0, 54, 99, 62
Luminance
0.0429
Every format
| HEX | #602c01 |
| RGB | rgb(96, 44, 1) |
| HSL | hsl(27, 98%, 19%) |
| CMYK | cmyk(0%, 54%, 99%, 62%) |
| LAB | lab(24.6 21.0 34.5) |
| LCH | lch(24.6 40.4 58.7) |
| OKLCH | oklch(0.358 0.090 52.5) |
Copy-ready code
/* CSS */
color: #602c01;
background-color: #602c01;
/* Tailwind (arbitrary) */
class="text-[#602c01] bg-[#602c01]"
/* SCSS */
$brand: #602c01;
/* SwiftUI */
Color(red: 0.376, green: 0.173, blue: 0.004)
/* Android */
Color.parseColor("#602c01")Accessibility — WCAG contrast
Aa
#602c01 on white: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#602c01 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green17.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta54.2%
Yellow99.0%
Key (black)62.4%
Color previews
#602c01 text on a black background
contrast 1.86:1
Card sample
#602c01 text on a white background
contrast 11.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602c01;
Background color
Panel with #602c01 background
background-color: #602c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 44, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 44, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602c01; background: linear-gradient(135deg, #602c01, #546001);