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