#030eb6
a dark, electric blue · warm · closest name: navy
RGB
3, 14, 182
HSL
236°, 97%, 36%
CMYK
98, 92, 0, 29
Luminance
0.0371
Every format
| HEX | #030eb6 |
| RGB | rgb(3, 14, 182) |
| HSL | hsl(236, 97%, 36%) |
| CMYK | cmyk(98%, 92%, 0%, 29%) |
| LAB | lab(22.7 58.0 -81.7) |
| LCH | lch(22.7 100.2 305.4) |
| OKLCH | oklch(0.359 0.237 264.6) |
Copy-ready code
/* CSS */
color: #030eb6;
background-color: #030eb6;
/* Tailwind (arbitrary) */
class="text-[#030eb6] bg-[#030eb6]"
/* SCSS */
$brand: #030eb6;
/* SwiftUI */
Color(red: 0.012, green: 0.055, blue: 0.714)
/* Android */
Color.parseColor("#030eb6")Accessibility — WCAG contrast
Aa
#030eb6 on white: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030eb6 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green5.5%
Blue71.4%
CMYK percentages
Cyan98.4%
Magenta92.3%
Yellow0.0%
Key (black)28.6%
Color previews
#030eb6 text on a black background
contrast 1.74:1
Card sample
#030eb6 text on a white background
contrast 12.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030eb6;
Background color
Panel with #030eb6 background
background-color: #030eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 14, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 14, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030eb6; background: linear-gradient(135deg, #030eb6, #6F03B6);