#451237
a deep, vivid magenta / pink · warm · closest name: black
RGB
69, 18, 55
HSL
317°, 59%, 17%
CMYK
0, 74, 20, 73
Luminance
0.0197
Every format
| HEX | #451237 |
| RGB | rgb(69, 18, 55) |
| HSL | hsl(317, 59%, 17%) |
| CMYK | cmyk(0%, 74%, 20%, 73%) |
| LAB | lab(15.3 29.0 -11.4) |
| LCH | lch(15.3 31.1 338.5) |
| OKLCH | oklch(0.282 0.091 340.4) |
Copy-ready code
/* CSS */
color: #451237;
background-color: #451237;
/* Tailwind (arbitrary) */
class="text-[#451237] bg-[#451237]"
/* SCSS */
$brand: #451237;
/* SwiftUI */
Color(red: 0.271, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#451237")Accessibility — WCAG contrast
Aa
#451237 on white: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#451237 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow20.3%
Key (black)72.9%
Color previews
#451237 text on a black background
contrast 1.39:1
Card sample
#451237 text on a white background
contrast 15.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #451237;
Background color
Panel with #451237 background
background-color: #451237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #451237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #451237; background: linear-gradient(135deg, #451237, #451215);