#150430
a deep, electric violet · warm · closest name: midnightblue
RGB
21, 4, 48
HSL
263°, 85%, 10%
CMYK
56, 92, 0, 81
Luminance
0.0046
Every format
| HEX | #150430 |
| RGB | rgb(21, 4, 48) |
| HSL | hsl(263, 85%, 10%) |
| CMYK | cmyk(56%, 92%, 0%, 81%) |
| LAB | lab(4.2 18.4 -24.6) |
| LCH | lch(4.2 30.7 306.8) |
| OKLCH | oklch(0.176 0.082 294.8) |
Copy-ready code
/* CSS */
color: #150430;
background-color: #150430;
/* Tailwind (arbitrary) */
class="text-[#150430] bg-[#150430]"
/* SCSS */
$brand: #150430;
/* SwiftUI */
Color(red: 0.082, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#150430")Accessibility — WCAG contrast
Aa
#150430 on white: 19.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#150430 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green1.6%
Blue18.8%
CMYK percentages
Cyan56.2%
Magenta91.7%
Yellow0.0%
Key (black)81.2%
Color previews
#150430 text on a black background
contrast 1.09:1
Card sample
#150430 text on a white background
contrast 19.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #150430;
Background color
Panel with #150430 background
background-color: #150430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #150430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #150430; background: linear-gradient(135deg, #150430, #30042E);