#331237
a deep, vivid magenta / pink · warm · closest name: black
RGB
51, 18, 55
HSL
294°, 51%, 14%
CMYK
7, 67, 0, 78
Luminance
0.0141
Every format
| HEX | #331237 |
| RGB | rgb(51, 18, 55) |
| HSL | hsl(294, 51%, 14%) |
| CMYK | cmyk(7%, 67%, 0%, 78%) |
| LAB | lab(12.0 23.1 -16.8) |
| LCH | lch(12.0 28.6 324.0) |
| OKLCH | oklch(0.252 0.078 323.2) |
Copy-ready code
/* CSS */
color: #331237;
background-color: #331237;
/* Tailwind (arbitrary) */
class="text-[#331237] bg-[#331237]"
/* SCSS */
$brand: #331237;
/* SwiftUI */
Color(red: 0.200, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#331237")Accessibility — WCAG contrast
Aa
#331237 on white: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331237 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green7.1%
Blue21.6%
CMYK percentages
Cyan7.3%
Magenta67.3%
Yellow0.0%
Key (black)78.4%
Color previews
#331237 text on a black background
contrast 1.28:1
Card sample
#331237 text on a white background
contrast 16.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331237;
Background color
Panel with #331237 background
background-color: #331237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331237; background: linear-gradient(135deg, #331237, #371222);