#662239
a dark, vivid magenta / pink · warm · closest name: sienna
RGB
102, 34, 57
HSL
340°, 50%, 27%
CMYK
0, 67, 44, 60
Luminance
0.0426
Every format
| HEX | #662239 |
| RGB | rgb(102, 34, 57) |
| HSL | hsl(340, 50%, 27%) |
| CMYK | cmyk(0%, 67%, 44%, 60%) |
| LAB | lab(24.5 32.8 1.6) |
| LCH | lch(24.5 32.8 2.8) |
| OKLCH | oklch(0.362 0.100 2.6) |
Copy-ready code
/* CSS */
color: #662239;
background-color: #662239;
/* Tailwind (arbitrary) */
class="text-[#662239] bg-[#662239]"
/* SCSS */
$brand: #662239;
/* SwiftUI */
Color(red: 0.400, green: 0.133, blue: 0.224)
/* Android */
Color.parseColor("#662239")Accessibility — WCAG contrast
Aa
#662239 on white: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#662239 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green13.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow44.1%
Key (black)60.0%
Color previews
#662239 text on a black background
contrast 1.85:1
Card sample
#662239 text on a white background
contrast 11.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #662239;
Background color
Panel with #662239 background
background-color: #662239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #662239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 34, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 34, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #662239; background: linear-gradient(135deg, #662239, #663822);