#0e18a6
a dark, electric blue · warm · closest name: navy
RGB
14, 24, 166
HSL
236°, 84%, 35%
CMYK
92, 86, 0, 35
Luminance
0.0350
Every format
| HEX | #0e18a6 |
| RGB | rgb(14, 24, 166) |
| HSL | hsl(236, 84%, 35%) |
| CMYK | cmyk(92%, 86%, 0%, 35%) |
| LAB | lab(21.9 49.9 -73.3) |
| LCH | lch(21.9 88.7 304.2) |
| OKLCH | oklch(0.349 0.213 266.3) |
Copy-ready code
/* CSS */
color: #0e18a6;
background-color: #0e18a6;
/* Tailwind (arbitrary) */
class="text-[#0e18a6] bg-[#0e18a6]"
/* SCSS */
$brand: #0e18a6;
/* SwiftUI */
Color(red: 0.055, green: 0.094, blue: 0.651)
/* Android */
Color.parseColor("#0e18a6")Accessibility — WCAG contrast
Aa
#0e18a6 on white: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e18a6 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green9.4%
Blue65.1%
CMYK percentages
Cyan91.6%
Magenta85.5%
Yellow0.0%
Key (black)34.9%
Color previews
#0e18a6 text on a black background
contrast 1.70:1
Card sample
#0e18a6 text on a white background
contrast 12.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e18a6;
Background color
Panel with #0e18a6 background
background-color: #0e18a6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e18a6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 24, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 24, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e18a6; background: linear-gradient(135deg, #0e18a6, #690EA6);