#30186c
a dark, vivid violet · warm · closest name: midnightblue
RGB
48, 24, 108
HSL
257°, 64%, 26%
CMYK
56, 78, 0, 58
Luminance
0.0236
Every format
| HEX | #30186c |
| RGB | rgb(48, 24, 108) |
| HSL | hsl(257, 64%, 26%) |
| CMYK | cmyk(56%, 78%, 0%, 58%) |
| LAB | lab(17.3 34.0 -44.5) |
| LCH | lch(17.3 56.0 307.3) |
| OKLCH | oklch(0.302 0.135 288.6) |
Copy-ready code
/* CSS */
color: #30186c;
background-color: #30186c;
/* Tailwind (arbitrary) */
class="text-[#30186c] bg-[#30186c]"
/* SCSS */
$brand: #30186c;
/* SwiftUI */
Color(red: 0.188, green: 0.094, blue: 0.424)
/* Android */
Color.parseColor("#30186c")Accessibility — WCAG contrast
Aa
#30186c on white: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#30186c on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green9.4%
Blue42.4%
CMYK percentages
Cyan55.6%
Magenta77.8%
Yellow0.0%
Key (black)57.6%
Color previews
#30186c text on a black background
contrast 1.47:1
Card sample
#30186c text on a white background
contrast 14.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30186c;
Background color
Panel with #30186c background
background-color: #30186c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30186c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 24, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 24, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30186c; background: linear-gradient(135deg, #30186c, #68186C);