#0e7cbe
a dark, electric blue · cool · closest name: steelblue
RGB
14, 124, 190
HSL
203°, 86%, 40%
CMYK
93, 35, 0, 26
Luminance
0.1823
Every format
| HEX | #0e7cbe |
| RGB | rgb(14, 124, 190) |
| HSL | hsl(203, 86%, 40%) |
| CMYK | cmyk(93%, 35%, 0%, 26%) |
| LAB | lab(49.8 -3.5 -42.3) |
| LCH | lch(49.8 42.4 265.2) |
| OKLCH | oklch(0.564 0.134 243.7) |
Copy-ready code
/* CSS */
color: #0e7cbe;
background-color: #0e7cbe;
/* Tailwind (arbitrary) */
class="text-[#0e7cbe] bg-[#0e7cbe]"
/* SCSS */
$brand: #0e7cbe;
/* SwiftUI */
Color(red: 0.055, green: 0.486, blue: 0.745)
/* Android */
Color.parseColor("#0e7cbe")Accessibility — WCAG contrast
Aa
#0e7cbe on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0e7cbe on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green48.6%
Blue74.5%
CMYK percentages
Cyan92.6%
Magenta34.7%
Yellow0.0%
Key (black)25.5%
Color previews
#0e7cbe text on a black background
contrast 4.65:1
Card sample
#0e7cbe text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e7cbe;
Background color
Panel with #0e7cbe background
background-color: #0e7cbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e7cbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 124, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 124, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e7cbe; background: linear-gradient(135deg, #0e7cbe, #150EBE);