#661237
a deep, vivid magenta / pink · warm · closest name: maroon
RGB
102, 18, 55
HSL
334°, 70%, 24%
CMYK
0, 82, 46, 60
Luminance
0.0353
Every format
| HEX | #661237 |
| RGB | rgb(102, 18, 55) |
| HSL | hsl(334, 70%, 24%) |
| CMYK | cmyk(0%, 82%, 46%, 60%) |
| LAB | lab(22.1 39.2 -0.6) |
| LCH | lch(22.1 39.2 359.1) |
| OKLCH | oklch(0.344 0.120 359.4) |
Copy-ready code
/* CSS */
color: #661237;
background-color: #661237;
/* Tailwind (arbitrary) */
class="text-[#661237] bg-[#661237]"
/* SCSS */
$brand: #661237;
/* SwiftUI */
Color(red: 0.400, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#661237")Accessibility — WCAG contrast
Aa
#661237 on white: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#661237 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow46.1%
Key (black)60.0%
Color previews
#661237 text on a black background
contrast 1.71:1
Card sample
#661237 text on a white background
contrast 12.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #661237;
Background color
Panel with #661237 background
background-color: #661237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #661237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #661237; background: linear-gradient(135deg, #661237, #662512);