#641237
a deep, vivid magenta / pink · warm · closest name: maroon
RGB
100, 18, 55
HSL
333°, 70%, 23%
CMYK
0, 82, 45, 61
Luminance
0.0342
Every format
| HEX | #641237 |
| RGB | rgb(100, 18, 55) |
| HSL | hsl(333, 70%, 23%) |
| CMYK | cmyk(0%, 82%, 45%, 61%) |
| LAB | lab(21.6 38.6 -1.3) |
| LCH | lch(21.6 38.6 358.1) |
| OKLCH | oklch(0.340 0.119 358.6) |
Copy-ready code
/* CSS */
color: #641237;
background-color: #641237;
/* Tailwind (arbitrary) */
class="text-[#641237] bg-[#641237]"
/* SCSS */
$brand: #641237;
/* SwiftUI */
Color(red: 0.392, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#641237")Accessibility — WCAG contrast
Aa
#641237 on white: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#641237 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta82.0%
Yellow45.0%
Key (black)60.8%
Color previews
#641237 text on a black background
contrast 1.68:1
Card sample
#641237 text on a white background
contrast 12.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #641237;
Background color
Panel with #641237 background
background-color: #641237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #641237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #641237; background: linear-gradient(135deg, #641237, #642412);