#603c2f
a dark, soft orange · warm · closest name: sienna
RGB
96, 60, 47
HSL
16°, 34%, 28%
CMYK
0, 38, 51, 62
Luminance
0.0592
Every format
| HEX | #603c2f |
| RGB | rgb(96, 60, 47) |
| HSL | hsl(16, 34%, 28%) |
| CMYK | cmyk(0%, 38%, 51%, 62%) |
| LAB | lab(29.2 14.2 14.6) |
| LCH | lch(29.2 20.4 45.8) |
| OKLCH | oklch(0.395 0.056 40.6) |
Copy-ready code
/* CSS */
color: #603c2f;
background-color: #603c2f;
/* Tailwind (arbitrary) */
class="text-[#603c2f] bg-[#603c2f]"
/* SCSS */
$brand: #603c2f;
/* SwiftUI */
Color(red: 0.376, green: 0.235, blue: 0.184)
/* Android */
Color.parseColor("#603c2f")Accessibility — WCAG contrast
Aa
#603c2f on white: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#603c2f on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green23.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow51.0%
Key (black)62.4%
Color previews
#603c2f text on a black background
contrast 2.18:1
Card sample
#603c2f text on a white background
contrast 9.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #603c2f;
Background color
Panel with #603c2f background
background-color: #603c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #603c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 60, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 60, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #603c2f; background: linear-gradient(135deg, #603c2f, #605D2F);