#800430
a dark, electric magenta / pink · warm · closest name: maroon
RGB
128, 4, 48
HSL
339°, 94%, 26%
CMYK
0, 97, 63, 50
Luminance
0.0489
Every format
| HEX | #800430 |
| RGB | rgb(128, 4, 48) |
| HSL | hsl(339, 94%, 26%) |
| CMYK | cmyk(0%, 97%, 63%, 50%) |
| LAB | lab(26.4 49.0 11.2) |
| LCH | lch(26.4 50.3 12.8) |
| OKLCH | oklch(0.385 0.151 10.5) |
Copy-ready code
/* CSS */
color: #800430;
background-color: #800430;
/* Tailwind (arbitrary) */
class="text-[#800430] bg-[#800430]"
/* SCSS */
$brand: #800430;
/* SwiftUI */
Color(red: 0.502, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#800430")Accessibility — WCAG contrast
Aa
#800430 on white: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#800430 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green1.6%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta96.9%
Yellow62.5%
Key (black)49.8%
Color previews
#800430 text on a black background
contrast 1.98:1
Card sample
#800430 text on a white background
contrast 10.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #800430;
Background color
Panel with #800430 background
background-color: #800430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #800430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #800430; background: linear-gradient(135deg, #800430, #802B04);