#611237
a deep, vivid magenta / pink · warm · closest name: purple
RGB
97, 18, 55
HSL
332°, 69%, 23%
CMYK
0, 81, 43, 62
Luminance
0.0325
Every format
| HEX | #611237 |
| RGB | rgb(97, 18, 55) |
| HSL | hsl(332, 69%, 23%) |
| CMYK | cmyk(0%, 81%, 43%, 62%) |
| LAB | lab(21.0 37.7 -2.3) |
| LCH | lch(21.0 37.8 356.5) |
| OKLCH | oklch(0.334 0.116 357.3) |
Copy-ready code
/* CSS */
color: #611237;
background-color: #611237;
/* Tailwind (arbitrary) */
class="text-[#611237] bg-[#611237]"
/* SCSS */
$brand: #611237;
/* SwiftUI */
Color(red: 0.380, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#611237")Accessibility — WCAG contrast
Aa
#611237 on white: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#611237 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow43.3%
Key (black)62.0%
Color previews
#611237 text on a black background
contrast 1.65:1
Card sample
#611237 text on a white background
contrast 12.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #611237;
Background color
Panel with #611237 background
background-color: #611237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #611237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #611237; background: linear-gradient(135deg, #611237, #612212);