#030dbf
a dark, electric blue · warm · closest name: navy
RGB
3, 13, 191
HSL
237°, 97%, 38%
CMYK
98, 93, 0, 25
Luminance
0.0407
Every format
| HEX | #030dbf |
| RGB | rgb(3, 13, 191) |
| HSL | hsl(237, 97%, 38%) |
| CMYK | cmyk(98%, 93%, 0%, 25%) |
| LAB | lab(23.9 60.8 -85.1) |
| LCH | lch(23.9 104.5 305.5) |
| OKLCH | oklch(0.371 0.247 264.5) |
Copy-ready code
/* CSS */
color: #030dbf;
background-color: #030dbf;
/* Tailwind (arbitrary) */
class="text-[#030dbf] bg-[#030dbf]"
/* SCSS */
$brand: #030dbf;
/* SwiftUI */
Color(red: 0.012, green: 0.051, blue: 0.749)
/* Android */
Color.parseColor("#030dbf")Accessibility — WCAG contrast
Aa
#030dbf on white: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030dbf on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green5.1%
Blue74.9%
CMYK percentages
Cyan98.4%
Magenta93.2%
Yellow0.0%
Key (black)25.1%
Color previews
#030dbf text on a black background
contrast 1.81:1
Card sample
#030dbf text on a white background
contrast 11.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030dbf;
Background color
Panel with #030dbf background
background-color: #030dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 13, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 13, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030dbf; background: linear-gradient(135deg, #030dbf, #7603BF);