#30074b
a deep, electric violet · warm · closest name: midnightblue
RGB
48, 7, 75
HSL
276°, 83%, 16%
CMYK
36, 91, 0, 71
Luminance
0.0129
Every format
| HEX | #30074b |
| RGB | rgb(48, 7, 75) |
| HSL | hsl(276, 83%, 16%) |
| CMYK | cmyk(36%, 91%, 0%, 71%) |
| LAB | lab(11.2 32.8 -32.3) |
| LCH | lch(11.2 46.0 315.4) |
| OKLCH | oklch(0.249 0.115 306.8) |
Copy-ready code
/* CSS */
color: #30074b;
background-color: #30074b;
/* Tailwind (arbitrary) */
class="text-[#30074b] bg-[#30074b]"
/* SCSS */
$brand: #30074b;
/* SwiftUI */
Color(red: 0.188, green: 0.027, blue: 0.294)
/* Android */
Color.parseColor("#30074b")Accessibility — WCAG contrast
Aa
#30074b on white: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#30074b on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green2.7%
Blue29.4%
CMYK percentages
Cyan36.0%
Magenta90.7%
Yellow0.0%
Key (black)70.6%
Color previews
#30074b text on a black background
contrast 1.26:1
Card sample
#30074b text on a white background
contrast 16.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30074b;
Background color
Panel with #30074b background
background-color: #30074b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30074b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 7, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 7, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30074b; background: linear-gradient(135deg, #30074b, #4B0739);