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