#0e6ba6
a dark, electric blue · cool · closest name: steelblue
RGB
14, 107, 166
HSL
203°, 84%, 35%
CMYK
92, 36, 0, 35
Luminance
0.1336
Every format
| HEX | #0e6ba6 |
| RGB | rgb(14, 107, 166) |
| HSL | hsl(203, 84%, 35%) |
| CMYK | cmyk(92%, 36%, 0%, 35%) |
| LAB | lab(43.3 -2.6 -38.6) |
| LCH | lch(43.3 38.7 266.2) |
| OKLCH | oklch(0.509 0.122 244.5) |
Copy-ready code
/* CSS */
color: #0e6ba6;
background-color: #0e6ba6;
/* Tailwind (arbitrary) */
class="text-[#0e6ba6] bg-[#0e6ba6]"
/* SCSS */
$brand: #0e6ba6;
/* SwiftUI */
Color(red: 0.055, green: 0.420, blue: 0.651)
/* Android */
Color.parseColor("#0e6ba6")Accessibility — WCAG contrast
Aa
#0e6ba6 on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0e6ba6 on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green42.0%
Blue65.1%
CMYK percentages
Cyan91.6%
Magenta35.5%
Yellow0.0%
Key (black)34.9%
Color previews
#0e6ba6 text on a black background
contrast 3.67:1
Card sample
#0e6ba6 text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e6ba6;
Background color
Panel with #0e6ba6 background
background-color: #0e6ba6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e6ba6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 107, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 107, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e6ba6; background: linear-gradient(135deg, #0e6ba6, #160EA6);