#602b21
a dark, vivid red · warm · closest name: sienna
RGB
96, 43, 33
HSL
10°, 49%, 25%
CMYK
0, 55, 66, 62
Luminance
0.0432
Every format
| HEX | #602b21 |
| RGB | rgb(96, 43, 33) |
| HSL | hsl(10, 49%, 25%) |
| CMYK | cmyk(0%, 55%, 66%, 62%) |
| LAB | lab(24.7 23.2 17.8) |
| LCH | lch(24.7 29.2 37.5) |
| OKLCH | oklch(0.360 0.080 32.2) |
Copy-ready code
/* CSS */
color: #602b21;
background-color: #602b21;
/* Tailwind (arbitrary) */
class="text-[#602b21] bg-[#602b21]"
/* SCSS */
$brand: #602b21;
/* SwiftUI */
Color(red: 0.376, green: 0.169, blue: 0.129)
/* Android */
Color.parseColor("#602b21")Accessibility — WCAG contrast
Aa
#602b21 on white: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#602b21 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green16.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow65.6%
Key (black)62.4%
Color previews
#602b21 text on a black background
contrast 1.86:1
Card sample
#602b21 text on a white background
contrast 11.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602b21;
Background color
Panel with #602b21 background
background-color: #602b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 43, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 43, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602b21; background: linear-gradient(135deg, #602b21, #605521);