#603c21
a dark, vivid orange · warm · closest name: sienna
RGB
96, 60, 33
HSL
26°, 49%, 25%
CMYK
0, 38, 66, 62
Luminance
0.0583
Every format
| HEX | #603c21 |
| RGB | rgb(96, 60, 33) |
| HSL | hsl(26, 49%, 25%) |
| CMYK | cmyk(0%, 38%, 66%, 62%) |
| LAB | lab(29.0 12.8 23.0) |
| LCH | lch(29.0 26.3 60.8) |
| OKLCH | oklch(0.393 0.065 56.3) |
Copy-ready code
/* CSS */
color: #603c21;
background-color: #603c21;
/* Tailwind (arbitrary) */
class="text-[#603c21] bg-[#603c21]"
/* SCSS */
$brand: #603c21;
/* SwiftUI */
Color(red: 0.376, green: 0.235, blue: 0.129)
/* Android */
Color.parseColor("#603c21")Accessibility — WCAG contrast
Aa
#603c21 on white: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#603c21 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green23.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow65.6%
Key (black)62.4%
Color previews
#603c21 text on a black background
contrast 2.17:1
Card sample
#603c21 text on a white background
contrast 9.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #603c21;
Background color
Panel with #603c21 background
background-color: #603c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #603c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 60, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 60, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #603c21; background: linear-gradient(135deg, #603c21, #5A6021);