#3030af
a dark, vivid blue · warm · closest name: navy
RGB
48, 48, 175
HSL
240°, 57%, 44%
CMYK
73, 73, 0, 31
Luminance
0.0584
Every format
| HEX | #3030af |
| RGB | rgb(48, 48, 175) |
| HSL | hsl(240, 57%, 44%) |
| CMYK | cmyk(73%, 73%, 0%, 31%) |
| LAB | lab(29.0 42.2 -67.0) |
| LCH | lch(29.0 79.2 302.2) |
| OKLCH | oklch(0.406 0.194 273.5) |
Copy-ready code
/* CSS */
color: #3030af;
background-color: #3030af;
/* Tailwind (arbitrary) */
class="text-[#3030af] bg-[#3030af]"
/* SCSS */
$brand: #3030af;
/* SwiftUI */
Color(red: 0.188, green: 0.188, blue: 0.686)
/* Android */
Color.parseColor("#3030af")Accessibility — WCAG contrast
Aa
#3030af on white: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3030af on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green18.8%
Blue68.6%
CMYK percentages
Cyan72.6%
Magenta72.6%
Yellow0.0%
Key (black)31.4%
Color previews
#3030af text on a black background
contrast 2.17:1
Card sample
#3030af text on a white background
contrast 9.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3030af;
Background color
Panel with #3030af background
background-color: #3030af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3030af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 48, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 48, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3030af; background: linear-gradient(135deg, #3030af, #8530AF);