#602521
a dark, vivid red · warm · closest name: sienna
RGB
96, 37, 33
HSL
4°, 49%, 25%
CMYK
0, 62, 66, 62
Luminance
0.0392
Every format
| HEX | #602521 |
| RGB | rgb(96, 37, 33) |
| HSL | hsl(4, 49%, 25%) |
| CMYK | cmyk(0%, 62%, 66%, 62%) |
| LAB | lab(23.4 26.5 16.1) |
| LCH | lch(23.4 31.1 31.3) |
| OKLCH | oklch(0.350 0.087 26.4) |
Copy-ready code
/* CSS */
color: #602521;
background-color: #602521;
/* Tailwind (arbitrary) */
class="text-[#602521] bg-[#602521]"
/* SCSS */
$brand: #602521;
/* SwiftUI */
Color(red: 0.376, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#602521")Accessibility — WCAG contrast
Aa
#602521 on white: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#602521 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green14.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow65.6%
Key (black)62.4%
Color previews
#602521 text on a black background
contrast 1.78:1
Card sample
#602521 text on a white background
contrast 11.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602521;
Background color
Panel with #602521 background
background-color: #602521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602521; background: linear-gradient(135deg, #602521, #604F21);