#0e5ade
a balanced, electric blue · cool · closest name: royalblue
RGB
14, 90, 222
HSL
218°, 88%, 46%
CMYK
94, 60, 0, 13
Luminance
0.1268
Every format
| HEX | #0e5ade |
| RGB | rgb(14, 90, 222) |
| HSL | hsl(218, 88%, 46%) |
| CMYK | cmyk(94%, 60%, 0%, 13%) |
| LAB | lab(42.3 30.6 -72.7) |
| LCH | lch(42.3 78.9 292.9) |
| OKLCH | oklch(0.513 0.213 261.3) |
Copy-ready code
/* CSS */
color: #0e5ade;
background-color: #0e5ade;
/* Tailwind (arbitrary) */
class="text-[#0e5ade] bg-[#0e5ade]"
/* SCSS */
$brand: #0e5ade;
/* SwiftUI */
Color(red: 0.055, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#0e5ade")Accessibility — WCAG contrast
Aa
#0e5ade on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0e5ade on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green35.3%
Blue87.1%
CMYK percentages
Cyan93.7%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#0e5ade text on a black background
contrast 3.54:1
Card sample
#0e5ade text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e5ade;
Background color
Panel with #0e5ade background
background-color: #0e5ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e5ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e5ade; background: linear-gradient(135deg, #0e5ade, #4D0EDE);