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