#30005f
a deep, electric violet · warm · closest name: midnightblue
RGB
48, 0, 95
HSL
270°, 100%, 19%
CMYK
50, 100, 0, 63
Luminance
0.0145
Every format
| HEX | #30005f |
| RGB | rgb(48, 0, 95) |
| HSL | hsl(270, 100%, 19%) |
| CMYK | cmyk(50%, 100%, 0%, 63%) |
| LAB | lab(12.3 40.8 -44.1) |
| LCH | lch(12.3 60.1 312.7) |
| OKLCH | oklch(0.264 0.143 297.5) |
Copy-ready code
/* CSS */
color: #30005f;
background-color: #30005f;
/* Tailwind (arbitrary) */
class="text-[#30005f] bg-[#30005f]"
/* SCSS */
$brand: #30005f;
/* SwiftUI */
Color(red: 0.188, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#30005f")Accessibility — WCAG contrast
Aa
#30005f on white: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#30005f on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green0.0%
Blue37.3%
CMYK percentages
Cyan49.5%
Magenta100.0%
Yellow0.0%
Key (black)62.7%
Color previews
#30005f text on a black background
contrast 1.29:1
Card sample
#30005f text on a white background
contrast 16.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30005f;
Background color
Panel with #30005f background
background-color: #30005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30005f; background: linear-gradient(135deg, #30005f, #5F004F);