#662921
a dark, vivid red · warm · closest name: sienna
RGB
102, 41, 33
HSL
7°, 51%, 27%
CMYK
0, 60, 68, 60
Luminance
0.0452
Every format
| HEX | #662921 |
| RGB | rgb(102, 41, 33) |
| HSL | hsl(7, 51%, 27%) |
| CMYK | cmyk(0%, 60%, 68%, 60%) |
| LAB | lab(25.3 26.8 18.8) |
| LCH | lch(25.3 32.8 35.0) |
| OKLCH | oklch(0.366 0.090 29.6) |
Copy-ready code
/* CSS */
color: #662921;
background-color: #662921;
/* Tailwind (arbitrary) */
class="text-[#662921] bg-[#662921]"
/* SCSS */
$brand: #662921;
/* SwiftUI */
Color(red: 0.400, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#662921")Accessibility — WCAG contrast
Aa
#662921 on white: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#662921 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow67.6%
Key (black)60.0%
Color previews
#662921 text on a black background
contrast 1.90:1
Card sample
#662921 text on a white background
contrast 11.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #662921;
Background color
Panel with #662921 background
background-color: #662921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #662921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #662921; background: linear-gradient(135deg, #662921, #665721);