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