#0e72be
a dark, electric blue · cool · closest name: steelblue
RGB
14, 114, 190
HSL
206°, 86%, 40%
CMYK
93, 40, 0, 26
Luminance
0.1585
Every format
| HEX | #0e72be |
| RGB | rgb(14, 114, 190) |
| HSL | hsl(206, 86%, 40%) |
| CMYK | cmyk(93%, 40%, 0%, 26%) |
| LAB | lab(46.8 2.5 -47.0) |
| LCH | lch(46.8 47.1 273.1) |
| OKLCH | oklch(0.541 0.144 249.0) |
Copy-ready code
/* CSS */
color: #0e72be;
background-color: #0e72be;
/* Tailwind (arbitrary) */
class="text-[#0e72be] bg-[#0e72be]"
/* SCSS */
$brand: #0e72be;
/* SwiftUI */
Color(red: 0.055, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#0e72be")Accessibility — WCAG contrast
Aa
#0e72be on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0e72be on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green44.7%
Blue74.5%
CMYK percentages
Cyan92.6%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#0e72be text on a black background
contrast 4.17:1
Card sample
#0e72be text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e72be;
Background color
Panel with #0e72be background
background-color: #0e72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e72be; background: linear-gradient(135deg, #0e72be, #1F0EBE);