#603f21
a dark, vivid orange · warm · closest name: sienna
RGB
96, 63, 33
HSL
29°, 49%, 25%
CMYK
0, 34, 66, 62
Luminance
0.0615
Every format
| HEX | #603f21 |
| RGB | rgb(96, 63, 33) |
| HSL | hsl(29, 49%, 25%) |
| CMYK | cmyk(0%, 34%, 66%, 62%) |
| LAB | lab(29.8 11.0 24.0) |
| LCH | lch(29.8 26.4 65.4) |
| OKLCH | oklch(0.399 0.064 61.6) |
Copy-ready code
/* CSS */
color: #603f21;
background-color: #603f21;
/* Tailwind (arbitrary) */
class="text-[#603f21] bg-[#603f21]"
/* SCSS */
$brand: #603f21;
/* SwiftUI */
Color(red: 0.376, green: 0.247, blue: 0.129)
/* Android */
Color.parseColor("#603f21")Accessibility — WCAG contrast
Aa
#603f21 on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#603f21 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green24.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta34.4%
Yellow65.6%
Key (black)62.4%
Color previews
#603f21 text on a black background
contrast 2.23:1
Card sample
#603f21 text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #603f21;
Background color
Panel with #603f21 background
background-color: #603f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #603f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 63, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 63, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #603f21; background: linear-gradient(135deg, #603f21, #576021);