#430f4d
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
67, 15, 77
HSL
290°, 67%, 18%
CMYK
13, 81, 0, 70
Luminance
0.0207
Every format
| HEX | #430f4d |
| RGB | rgb(67, 15, 77) |
| HSL | hsl(290, 67%, 18%) |
| CMYK | cmyk(13%, 81%, 0%, 70%) |
| LAB | lab(15.9 34.0 -26.0) |
| LCH | lch(15.9 42.9 322.6) |
| OKLCH | oklch(0.290 0.115 320.6) |
Copy-ready code
/* CSS */
color: #430f4d;
background-color: #430f4d;
/* Tailwind (arbitrary) */
class="text-[#430f4d] bg-[#430f4d]"
/* SCSS */
$brand: #430f4d;
/* SwiftUI */
Color(red: 0.263, green: 0.059, blue: 0.302)
/* Android */
Color.parseColor("#430f4d")Accessibility — WCAG contrast
Aa
#430f4d on white: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#430f4d on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green5.9%
Blue30.2%
CMYK percentages
Cyan13.0%
Magenta80.5%
Yellow0.0%
Key (black)69.8%
Color previews
#430f4d text on a black background
contrast 1.41:1
Card sample
#430f4d text on a white background
contrast 14.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #430f4d;
Background color
Panel with #430f4d background
background-color: #430f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #430f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 15, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 15, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #430f4d; background: linear-gradient(135deg, #430f4d, #4D0F2E);