#30107f
a dark, electric violet · warm · closest name: indigo
RGB
48, 16, 127
HSL
257°, 78%, 28%
CMYK
62, 87, 0, 50
Luminance
0.0253
Every format
| HEX | #30107f |
| RGB | rgb(48, 16, 127) |
| HSL | hsl(257, 78%, 28%) |
| CMYK | cmyk(62%, 87%, 0%, 50%) |
| LAB | lab(18.1 43.4 -55.5) |
| LCH | lch(18.1 70.5 308.0) |
| OKLCH | oklch(0.314 0.165 284.8) |
Copy-ready code
/* CSS */
color: #30107f;
background-color: #30107f;
/* Tailwind (arbitrary) */
class="text-[#30107f] bg-[#30107f]"
/* SCSS */
$brand: #30107f;
/* SwiftUI */
Color(red: 0.188, green: 0.063, blue: 0.498)
/* Android */
Color.parseColor("#30107f")Accessibility — WCAG contrast
Aa
#30107f on white: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#30107f on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green6.3%
Blue49.8%
CMYK percentages
Cyan62.2%
Magenta87.4%
Yellow0.0%
Key (black)50.2%
Color previews
#30107f text on a black background
contrast 1.51:1
Card sample
#30107f text on a white background
contrast 13.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30107f;
Background color
Panel with #30107f background
background-color: #30107f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30107f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 16, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 16, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30107f; background: linear-gradient(135deg, #30107f, #7A107F);