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