#030baf
a dark, electric blue · warm · closest name: navy
RGB
3, 11, 175
HSL
237°, 97%, 35%
CMYK
98, 94, 0, 31
Luminance
0.0335
Every format
| HEX | #030baf |
| RGB | rgb(3, 11, 175) |
| HSL | hsl(237, 97%, 35%) |
| CMYK | cmyk(98%, 94%, 0%, 31%) |
| LAB | lab(21.4 56.9 -79.7) |
| LCH | lch(21.4 97.9 305.5) |
| OKLCH | oklch(0.348 0.231 264.6) |
Copy-ready code
/* CSS */
color: #030baf;
background-color: #030baf;
/* Tailwind (arbitrary) */
class="text-[#030baf] bg-[#030baf]"
/* SCSS */
$brand: #030baf;
/* SwiftUI */
Color(red: 0.012, green: 0.043, blue: 0.686)
/* Android */
Color.parseColor("#030baf")Accessibility — WCAG contrast
Aa
#030baf on white: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030baf on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green4.3%
Blue68.6%
CMYK percentages
Cyan98.3%
Magenta93.7%
Yellow0.0%
Key (black)31.4%
Color previews
#030baf text on a black background
contrast 1.67:1
Card sample
#030baf text on a white background
contrast 12.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030baf;
Background color
Panel with #030baf background
background-color: #030baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 11, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 11, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030baf; background: linear-gradient(135deg, #030baf, #6E03AF);