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