#441237
a deep, vivid magenta / pink · warm · closest name: black
RGB
68, 18, 55
HSL
316°, 58%, 17%
CMYK
0, 74, 19, 73
Luminance
0.0194
Every format
| HEX | #441237 |
| RGB | rgb(68, 18, 55) |
| HSL | hsl(316, 58%, 17%) |
| CMYK | cmyk(0%, 74%, 19%, 73%) |
| LAB | lab(15.2 28.6 -11.7) |
| LCH | lch(15.2 30.9 337.8) |
| OKLCH | oklch(0.281 0.091 339.6) |
Copy-ready code
/* CSS */
color: #441237;
background-color: #441237;
/* Tailwind (arbitrary) */
class="text-[#441237] bg-[#441237]"
/* SCSS */
$brand: #441237;
/* SwiftUI */
Color(red: 0.267, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#441237")Accessibility — WCAG contrast
Aa
#441237 on white: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441237 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow19.1%
Key (black)73.3%
Color previews
#441237 text on a black background
contrast 1.39:1
Card sample
#441237 text on a white background
contrast 15.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441237;
Background color
Panel with #441237 background
background-color: #441237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441237; background: linear-gradient(135deg, #441237, #441216);