#0e36be
a dark, electric blue · warm · closest name: navy
RGB
14, 54, 190
HSL
226°, 86%, 40%
CMYK
93, 72, 0, 26
Luminance
0.0645
Every format
| HEX | #0e36be |
| RGB | rgb(14, 54, 190) |
| HSL | hsl(226, 86%, 40%) |
| CMYK | cmyk(93%, 72%, 0%, 26%) |
| LAB | lab(30.5 41.6 -73.5) |
| LCH | lch(30.5 84.4 299.5) |
| OKLCH | oklch(0.418 0.214 264.6) |
Copy-ready code
/* CSS */
color: #0e36be;
background-color: #0e36be;
/* Tailwind (arbitrary) */
class="text-[#0e36be] bg-[#0e36be]"
/* SCSS */
$brand: #0e36be;
/* SwiftUI */
Color(red: 0.055, green: 0.212, blue: 0.745)
/* Android */
Color.parseColor("#0e36be")Accessibility — WCAG contrast
Aa
#0e36be on white: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e36be on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green21.2%
Blue74.5%
CMYK percentages
Cyan92.6%
Magenta71.6%
Yellow0.0%
Key (black)25.5%
Color previews
#0e36be text on a black background
contrast 2.29:1
Card sample
#0e36be text on a white background
contrast 9.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e36be;
Background color
Panel with #0e36be background
background-color: #0e36be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e36be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 54, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 54, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e36be; background: linear-gradient(135deg, #0e36be, #5B0EBE);