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