#430516
a deep, electric magenta / pink · warm · closest name: black
RGB
67, 5, 22
HSL
344°, 86%, 14%
CMYK
0, 93, 67, 74
Luminance
0.0136
Every format
| HEX | #430516 |
| RGB | rgb(67, 5, 22) |
| HSL | hsl(344, 86%, 14%) |
| CMYK | cmyk(0%, 93%, 67%, 74%) |
| LAB | lab(11.7 29.6 7.4) |
| LCH | lch(11.7 30.5 14.1) |
| OKLCH | oklch(0.250 0.091 11.7) |
Copy-ready code
/* CSS */
color: #430516;
background-color: #430516;
/* Tailwind (arbitrary) */
class="text-[#430516] bg-[#430516]"
/* SCSS */
$brand: #430516;
/* SwiftUI */
Color(red: 0.263, green: 0.020, blue: 0.086)
/* Android */
Color.parseColor("#430516")Accessibility — WCAG contrast
Aa
#430516 on white: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#430516 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green2.0%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow67.2%
Key (black)73.7%
Color previews
#430516 text on a black background
contrast 1.27:1
Card sample
#430516 text on a white background
contrast 16.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #430516;
Background color
Panel with #430516 background
background-color: #430516;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #430516;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 5, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 5, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #430516; background: linear-gradient(135deg, #430516, #431D05);