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