#30003c
a deep, electric violet · warm · closest name: midnightblue
RGB
48, 0, 60
HSL
288°, 100%, 12%
CMYK
20, 100, 0, 77
Luminance
0.0095
Every format
| HEX | #30003c |
| RGB | rgb(48, 0, 60) |
| HSL | hsl(288, 100%, 12%) |
| CMYK | cmyk(20%, 100%, 0%, 77%) |
| LAB | lab(8.6 32.8 -25.9) |
| LCH | lch(8.6 41.8 321.6) |
| OKLCH | oklch(0.227 0.110 318.3) |
Copy-ready code
/* CSS */
color: #30003c;
background-color: #30003c;
/* Tailwind (arbitrary) */
class="text-[#30003c] bg-[#30003c]"
/* SCSS */
$brand: #30003c;
/* SwiftUI */
Color(red: 0.188, green: 0.000, blue: 0.235)
/* Android */
Color.parseColor("#30003c")Accessibility — WCAG contrast
Aa
#30003c on white: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#30003c on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green0.0%
Blue23.5%
CMYK percentages
Cyan20.0%
Magenta100.0%
Yellow0.0%
Key (black)76.5%
Color previews
#30003c text on a black background
contrast 1.19:1
Card sample
#30003c text on a white background
contrast 17.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30003c;
Background color
Panel with #30003c background
background-color: #30003c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30003c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 0, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 0, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30003c; background: linear-gradient(135deg, #30003c, #3C0020);