#431237
a deep, vivid magenta / pink · warm · closest name: black
RGB
67, 18, 55
HSL
315°, 58%, 17%
CMYK
0, 73, 18, 74
Luminance
0.0190
Every format
| HEX | #431237 |
| RGB | rgb(67, 18, 55) |
| HSL | hsl(315, 58%, 17%) |
| CMYK | cmyk(0%, 73%, 18%, 74%) |
| LAB | lab(15.0 28.3 -12.0) |
| LCH | lch(15.0 30.8 337.0) |
| OKLCH | oklch(0.279 0.090 338.8) |
Copy-ready code
/* CSS */
color: #431237;
background-color: #431237;
/* Tailwind (arbitrary) */
class="text-[#431237] bg-[#431237]"
/* SCSS */
$brand: #431237;
/* SwiftUI */
Color(red: 0.263, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#431237")Accessibility — WCAG contrast
Aa
#431237 on white: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#431237 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow17.9%
Key (black)73.7%
Color previews
#431237 text on a black background
contrast 1.38:1
Card sample
#431237 text on a white background
contrast 15.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #431237;
Background color
Panel with #431237 background
background-color: #431237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #431237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #431237; background: linear-gradient(135deg, #431237, #431216);