#661f33
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
102, 31, 51
HSL
343°, 53%, 26%
CMYK
0, 70, 50, 60
Luminance
0.0404
Every format
| HEX | #661f33 |
| RGB | rgb(102, 31, 51) |
| HSL | hsl(343, 53%, 26%) |
| CMYK | cmyk(0%, 70%, 50%, 60%) |
| LAB | lab(23.8 33.5 4.7) |
| LCH | lch(23.8 33.9 7.9) |
| OKLCH | oklch(0.356 0.103 6.8) |
Copy-ready code
/* CSS */
color: #661f33;
background-color: #661f33;
/* Tailwind (arbitrary) */
class="text-[#661f33] bg-[#661f33]"
/* SCSS */
$brand: #661f33;
/* SwiftUI */
Color(red: 0.400, green: 0.122, blue: 0.200)
/* Android */
Color.parseColor("#661f33")Accessibility — WCAG contrast
Aa
#661f33 on white: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#661f33 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green12.2%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow50.0%
Key (black)60.0%
Color previews
#661f33 text on a black background
contrast 1.81:1
Card sample
#661f33 text on a white background
contrast 11.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #661f33;
Background color
Panel with #661f33 background
background-color: #661f33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #661f33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 31, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 31, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #661f33; background: linear-gradient(135deg, #661f33, #663A1F);