#300430
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
48, 4, 48
HSL
300°, 85%, 10%
CMYK
0, 92, 0, 81
Luminance
0.0093
Every format
| HEX | #300430 |
| RGB | rgb(48, 4, 48) |
| HSL | hsl(300, 85%, 10%) |
| CMYK | cmyk(0%, 92%, 0%, 81%) |
| LAB | lab(8.4 28.1 -17.6) |
| LCH | lch(8.4 33.1 328.0) |
| OKLCH | oklch(0.223 0.092 328.1) |
Copy-ready code
/* CSS */
color: #300430;
background-color: #300430;
/* Tailwind (arbitrary) */
class="text-[#300430] bg-[#300430]"
/* SCSS */
$brand: #300430;
/* SwiftUI */
Color(red: 0.188, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#300430")Accessibility — WCAG contrast
Aa
#300430 on white: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#300430 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green1.6%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow0.0%
Key (black)81.2%
Color previews
#300430 text on a black background
contrast 1.19:1
Card sample
#300430 text on a white background
contrast 17.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #300430;
Background color
Panel with #300430 background
background-color: #300430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #300430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #300430; background: linear-gradient(135deg, #300430, #300413);