#30246b
a dark, vivid blue · warm · closest name: midnightblue
RGB
48, 36, 107
HSL
250°, 50%, 28%
CMYK
55, 66, 0, 58
Luminance
0.0295
Every format
| HEX | #30246b |
| RGB | rgb(48, 36, 107) |
| HSL | hsl(250, 50%, 28%) |
| CMYK | cmyk(55%, 66%, 0%, 58%) |
| LAB | lab(19.9 26.4 -39.7) |
| LCH | lch(19.9 47.7 303.6) |
| OKLCH | oklch(0.320 0.118 285.3) |
Copy-ready code
/* CSS */
color: #30246b;
background-color: #30246b;
/* Tailwind (arbitrary) */
class="text-[#30246b] bg-[#30246b]"
/* SCSS */
$brand: #30246b;
/* SwiftUI */
Color(red: 0.188, green: 0.141, blue: 0.420)
/* Android */
Color.parseColor("#30246b")Accessibility — WCAG contrast
Aa
#30246b on white: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#30246b on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green14.1%
Blue42.0%
CMYK percentages
Cyan55.1%
Magenta66.4%
Yellow0.0%
Key (black)58.0%
Color previews
#30246b text on a black background
contrast 1.59:1
Card sample
#30246b text on a white background
contrast 13.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30246b;
Background color
Panel with #30246b background
background-color: #30246b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30246b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 36, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 36, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30246b; background: linear-gradient(135deg, #30246b, #5F246B);