#603821
a dark, vivid orange · warm · closest name: sienna
RGB
96, 56, 33
HSL
22°, 49%, 25%
CMYK
0, 42, 66, 62
Luminance
0.0542
Every format
| HEX | #603821 |
| RGB | rgb(96, 56, 33) |
| HSL | hsl(22, 49%, 25%) |
| CMYK | cmyk(0%, 42%, 66%, 62%) |
| LAB | lab(27.9 15.3 21.7) |
| LCH | lch(27.9 26.6 54.8) |
| OKLCH | oklch(0.384 0.067 49.7) |
Copy-ready code
/* CSS */
color: #603821;
background-color: #603821;
/* Tailwind (arbitrary) */
class="text-[#603821] bg-[#603821]"
/* SCSS */
$brand: #603821;
/* SwiftUI */
Color(red: 0.376, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#603821")Accessibility — WCAG contrast
Aa
#603821 on white: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#603821 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow65.6%
Key (black)62.4%
Color previews
#603821 text on a black background
contrast 2.08:1
Card sample
#603821 text on a white background
contrast 10.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #603821;
Background color
Panel with #603821 background
background-color: #603821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #603821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #603821; background: linear-gradient(135deg, #603821, #5E6021);