#603421
a dark, vivid orange · warm · closest name: sienna
RGB
96, 52, 33
HSL
18°, 49%, 25%
CMYK
0, 46, 66, 62
Luminance
0.0505
Every format
| HEX | #603421 |
| RGB | rgb(96, 52, 33) |
| HSL | hsl(18, 49%, 25%) |
| CMYK | cmyk(0%, 46%, 66%, 62%) |
| LAB | lab(26.9 17.8 20.5) |
| LCH | lch(26.9 27.1 49.0) |
| OKLCH | oklch(0.376 0.070 43.6) |
Copy-ready code
/* CSS */
color: #603421;
background-color: #603421;
/* Tailwind (arbitrary) */
class="text-[#603421] bg-[#603421]"
/* SCSS */
$brand: #603421;
/* SwiftUI */
Color(red: 0.376, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#603421")Accessibility — WCAG contrast
Aa
#603421 on white: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#603421 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow65.6%
Key (black)62.4%
Color previews
#603421 text on a black background
contrast 2.01:1
Card sample
#603421 text on a white background
contrast 10.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #603421;
Background color
Panel with #603421 background
background-color: #603421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #603421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #603421; background: linear-gradient(135deg, #603421, #605E21);