#602f21
a dark, vivid red · warm · closest name: sienna
RGB
96, 47, 33
HSL
13°, 49%, 25%
CMYK
0, 51, 66, 62
Luminance
0.0463
Every format
| HEX | #602f21 |
| RGB | rgb(96, 47, 33) |
| HSL | hsl(13, 49%, 25%) |
| CMYK | cmyk(0%, 51%, 66%, 62%) |
| LAB | lab(25.6 20.8 19.0) |
| LCH | lch(25.6 28.1 42.3) |
| OKLCH | oklch(0.367 0.075 36.8) |
Copy-ready code
/* CSS */
color: #602f21;
background-color: #602f21;
/* Tailwind (arbitrary) */
class="text-[#602f21] bg-[#602f21]"
/* SCSS */
$brand: #602f21;
/* SwiftUI */
Color(red: 0.376, green: 0.184, blue: 0.129)
/* Android */
Color.parseColor("#602f21")Accessibility — WCAG contrast
Aa
#602f21 on white: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#602f21 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green18.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow65.6%
Key (black)62.4%
Color previews
#602f21 text on a black background
contrast 1.93:1
Card sample
#602f21 text on a white background
contrast 10.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602f21;
Background color
Panel with #602f21 background
background-color: #602f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 47, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 47, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602f21; background: linear-gradient(135deg, #602f21, #605921);