#602f2f
a dark, soft red · warm · closest name: sienna
RGB
96, 47, 47
HSL
0°, 34%, 28%
CMYK
0, 51, 51, 62
Luminance
0.0473
Every format
| HEX | #602f2f |
| RGB | rgb(96, 47, 47) |
| HSL | hsl(0, 34%, 28%) |
| CMYK | cmyk(0%, 51%, 51%, 62%) |
| LAB | lab(25.9 22.2 10.2) |
| LCH | lch(25.9 24.4 24.6) |
| OKLCH | oklch(0.370 0.071 21.1) |
Copy-ready code
/* CSS */
color: #602f2f;
background-color: #602f2f;
/* Tailwind (arbitrary) */
class="text-[#602f2f] bg-[#602f2f]"
/* SCSS */
$brand: #602f2f;
/* SwiftUI */
Color(red: 0.376, green: 0.184, blue: 0.184)
/* Android */
Color.parseColor("#602f2f")Accessibility — WCAG contrast
Aa
#602f2f on white: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#602f2f on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green18.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow51.0%
Key (black)62.4%
Color previews
#602f2f text on a black background
contrast 1.95:1
Card sample
#602f2f text on a white background
contrast 10.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #602f2f;
Background color
Panel with #602f2f background
background-color: #602f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #602f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 47, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 47, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #602f2f; background: linear-gradient(135deg, #602f2f, #60502F);