#30248f
a dark, vivid blue · warm · closest name: midnightblue
RGB
48, 36, 143
HSL
247°, 60%, 35%
CMYK
66, 75, 0, 44
Luminance
0.0387
Every format
| HEX | #30248f |
| RGB | rgb(48, 36, 143) |
| HSL | hsl(247, 60%, 35%) |
| CMYK | cmyk(66%, 75%, 0%, 44%) |
| LAB | lab(23.3 38.5 -57.0) |
| LCH | lch(23.3 68.8 304.0) |
| OKLCH | oklch(0.355 0.167 278.7) |
Copy-ready code
/* CSS */
color: #30248f;
background-color: #30248f;
/* Tailwind (arbitrary) */
class="text-[#30248f] bg-[#30248f]"
/* SCSS */
$brand: #30248f;
/* SwiftUI */
Color(red: 0.188, green: 0.141, blue: 0.561)
/* Android */
Color.parseColor("#30248f")Accessibility — WCAG contrast
Aa
#30248f on white: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#30248f on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green14.1%
Blue56.1%
CMYK percentages
Cyan66.4%
Magenta74.8%
Yellow0.0%
Key (black)43.9%
Color previews
#30248f text on a black background
contrast 1.77:1
Card sample
#30248f text on a white background
contrast 11.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30248f;
Background color
Panel with #30248f background
background-color: #30248f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30248f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 36, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 36, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30248f; background: linear-gradient(135deg, #30248f, #77248F);