#430f3b
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
67, 15, 59
HSL
309°, 63%, 16%
CMYK
0, 78, 12, 74
Luminance
0.0185
Every format
| HEX | #430f3b |
| RGB | rgb(67, 15, 59) |
| HSL | hsl(309, 63%, 16%) |
| CMYK | cmyk(0%, 78%, 12%, 74%) |
| LAB | lab(14.7 30.4 -15.3) |
| LCH | lch(14.7 34.1 333.3) |
| OKLCH | oklch(0.277 0.098 334.7) |
Copy-ready code
/* CSS */
color: #430f3b;
background-color: #430f3b;
/* Tailwind (arbitrary) */
class="text-[#430f3b] bg-[#430f3b]"
/* SCSS */
$brand: #430f3b;
/* SwiftUI */
Color(red: 0.263, green: 0.059, blue: 0.231)
/* Android */
Color.parseColor("#430f3b")Accessibility — WCAG contrast
Aa
#430f3b on white: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#430f3b on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green5.9%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow11.9%
Key (black)73.7%
Color previews
#430f3b text on a black background
contrast 1.37:1
Card sample
#430f3b text on a white background
contrast 15.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #430f3b;
Background color
Panel with #430f3b background
background-color: #430f3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #430f3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 15, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 15, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #430f3b; background: linear-gradient(135deg, #430f3b, #430F18);