#0e6db1
a dark, electric blue · cool · closest name: steelblue
RGB
14, 109, 177
HSL
205°, 85%, 38%
CMYK
92, 38, 0, 31
Luminance
0.1420
Every format
| HEX | #0e6db1 |
| RGB | rgb(14, 109, 177) |
| HSL | hsl(205, 85%, 38%) |
| CMYK | cmyk(92%, 38%, 0%, 31%) |
| LAB | lab(44.5 0.5 -43.1) |
| LCH | lch(44.5 43.1 270.7) |
| OKLCH | oklch(0.521 0.133 247.5) |
Copy-ready code
/* CSS */
color: #0e6db1;
background-color: #0e6db1;
/* Tailwind (arbitrary) */
class="text-[#0e6db1] bg-[#0e6db1]"
/* SCSS */
$brand: #0e6db1;
/* SwiftUI */
Color(red: 0.055, green: 0.427, blue: 0.694)
/* Android */
Color.parseColor("#0e6db1")Accessibility — WCAG contrast
Aa
#0e6db1 on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0e6db1 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green42.7%
Blue69.4%
CMYK percentages
Cyan92.1%
Magenta38.4%
Yellow0.0%
Key (black)30.6%
Color previews
#0e6db1 text on a black background
contrast 3.84:1
Card sample
#0e6db1 text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e6db1;
Background color
Panel with #0e6db1 background
background-color: #0e6db1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e6db1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 109, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 109, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e6db1; background: linear-gradient(135deg, #0e6db1, #1C0EB1);