#602021
a dark, vivid red · warm · closest name: sienna
RGB
96, 32, 33
HSL
359°, 50%, 25%
CMYK
0, 67, 66, 62
Luminance
0.0363
Every format
| HEX | #602021 |
| RGB | rgb(96, 32, 33) |
| HSL | hsl(359, 50%, 25%) |
| CMYK | cmyk(0%, 67%, 66%, 62%) |
| LAB | lab(22.4 29.2 14.9) |
| LCH | lch(22.4 32.8 27.0) |
| OKLCH | oklch(0.342 0.093 22.6) |
Copy-ready code
/* CSS */
color: #602021;
background-color: #602021;
/* Tailwind (arbitrary) */
class="text-[#602021] bg-[#602021]"
/* SCSS */
$brand: #602021;
/* SwiftUI */
Color(red: 0.376, green: 0.125, blue: 0.129)
/* Android */
Color.parseColor("#602021")Accessibility — WCAG contrast
Aa
#602021 on white: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#602021 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green12.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow65.6%
Key (black)62.4%
Color previews
#602021 text on a black background
contrast 1.73:1
Card sample
#602021 text on a white background
contrast 12.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602021;
Background color
Panel with #602021 background
background-color: #602021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 32, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 32, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602021; background: linear-gradient(135deg, #602021, #604A20);