#0e6d96
a dark, electric cyan · cool · closest name: steelblue
RGB
14, 109, 150
HSL
198°, 83%, 32%
CMYK
91, 27, 0, 41
Luminance
0.1323
Every format
| HEX | #0e6d96 |
| RGB | rgb(14, 109, 150) |
| HSL | hsl(198, 83%, 32%) |
| CMYK | cmyk(91%, 27%, 0%, 41%) |
| LAB | lab(43.1 -10.0 -29.4) |
| LCH | lch(43.1 31.1 251.2) |
| OKLCH | oklch(0.505 0.102 234.5) |
Copy-ready code
/* CSS */
color: #0e6d96;
background-color: #0e6d96;
/* Tailwind (arbitrary) */
class="text-[#0e6d96] bg-[#0e6d96]"
/* SCSS */
$brand: #0e6d96;
/* SwiftUI */
Color(red: 0.055, green: 0.427, blue: 0.588)
/* Android */
Color.parseColor("#0e6d96")Accessibility — WCAG contrast
Aa
#0e6d96 on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0e6d96 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green42.7%
Blue58.8%
CMYK percentages
Cyan90.7%
Magenta27.3%
Yellow0.0%
Key (black)41.2%
Color previews
#0e6d96 text on a black background
contrast 3.65:1
Card sample
#0e6d96 text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e6d96;
Background color
Panel with #0e6d96 background
background-color: #0e6d96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e6d96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 109, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 109, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e6d96; background: linear-gradient(135deg, #0e6d96, #0E1296);