#602424
a dark, vivid red · warm · closest name: sienna
RGB
96, 36, 36
HSL
0°, 46%, 26%
CMYK
0, 63, 63, 62
Luminance
0.0388
Every format
| HEX | #602424 |
| RGB | rgb(96, 36, 36) |
| HSL | hsl(0, 46%, 26%) |
| CMYK | cmyk(0%, 63%, 63%, 62%) |
| LAB | lab(23.3 27.3 13.9) |
| LCH | lch(23.3 30.7 27.0) |
| OKLCH | oklch(0.349 0.088 22.8) |
Copy-ready code
/* CSS */
color: #602424;
background-color: #602424;
/* Tailwind (arbitrary) */
class="text-[#602424] bg-[#602424]"
/* SCSS */
$brand: #602424;
/* SwiftUI */
Color(red: 0.376, green: 0.141, blue: 0.141)
/* Android */
Color.parseColor("#602424")Accessibility — WCAG contrast
Aa
#602424 on white: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#602424 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green14.1%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow62.5%
Key (black)62.4%
Color previews
#602424 text on a black background
contrast 1.78:1
Card sample
#602424 text on a white background
contrast 11.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602424;
Background color
Panel with #602424 background
background-color: #602424;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602424;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 36, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 36, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602424; background: linear-gradient(135deg, #602424, #604C24);