#0e68b7
a dark, electric blue · cool · closest name: steelblue
RGB
14, 104, 183
HSL
208°, 86%, 39%
CMYK
92, 43, 0, 28
Luminance
0.1341
Every format
| HEX | #0e68b7 |
| RGB | rgb(14, 104, 183) |
| HSL | hsl(208, 86%, 39%) |
| CMYK | cmyk(92%, 43%, 0%, 28%) |
| LAB | lab(43.4 6.1 -48.4) |
| LCH | lch(43.4 48.8 277.1) |
| OKLCH | oklch(0.513 0.146 251.8) |
Copy-ready code
/* CSS */
color: #0e68b7;
background-color: #0e68b7;
/* Tailwind (arbitrary) */
class="text-[#0e68b7] bg-[#0e68b7]"
/* SCSS */
$brand: #0e68b7;
/* SwiftUI */
Color(red: 0.055, green: 0.408, blue: 0.718)
/* Android */
Color.parseColor("#0e68b7")Accessibility — WCAG contrast
Aa
#0e68b7 on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0e68b7 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green40.8%
Blue71.8%
CMYK percentages
Cyan92.3%
Magenta43.2%
Yellow0.0%
Key (black)28.2%
Color previews
#0e68b7 text on a black background
contrast 3.68:1
Card sample
#0e68b7 text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e68b7;
Background color
Panel with #0e68b7 background
background-color: #0e68b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e68b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 104, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 104, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e68b7; background: linear-gradient(135deg, #0e68b7, #240EB7);