#30008f
a dark, electric violet · warm · closest name: navy
RGB
48, 0, 143
HSL
260°, 100%, 28%
CMYK
66, 100, 0, 44
Luminance
0.0261
Every format
| HEX | #30008f |
| RGB | rgb(48, 0, 143) |
| HSL | hsl(260, 100%, 28%) |
| CMYK | cmyk(66%, 100%, 0%, 44%) |
| LAB | lab(18.4 52.7 -65.0) |
| LCH | lch(18.4 83.7 309.0) |
| OKLCH | oklch(0.322 0.192 282.2) |
Copy-ready code
/* CSS */
color: #30008f;
background-color: #30008f;
/* Tailwind (arbitrary) */
class="text-[#30008f] bg-[#30008f]"
/* SCSS */
$brand: #30008f;
/* SwiftUI */
Color(red: 0.188, green: 0.000, blue: 0.561)
/* Android */
Color.parseColor("#30008f")Accessibility — WCAG contrast
Aa
#30008f on white: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#30008f on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green0.0%
Blue56.1%
CMYK percentages
Cyan66.4%
Magenta100.0%
Yellow0.0%
Key (black)43.9%
Color previews
#30008f text on a black background
contrast 1.52:1
Card sample
#30008f text on a white background
contrast 13.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30008f;
Background color
Panel with #30008f background
background-color: #30008f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30008f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 0, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 0, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30008f; background: linear-gradient(135deg, #30008f, #8F008F);