#0e96b1
a dark, electric cyan · cool · closest name: teal
RGB
14, 150, 177
HSL
190°, 85%, 38%
CMYK
92, 15, 0, 31
Luminance
0.2508
Every format
| HEX | #0e96b1 |
| RGB | rgb(14, 150, 177) |
| HSL | hsl(190, 85%, 38%) |
| CMYK | cmyk(92%, 15%, 0%, 31%) |
| LAB | lab(57.1 -22.9 -23.3) |
| LCH | lch(57.1 32.6 225.6) |
| OKLCH | oklch(0.621 0.109 216.9) |
Copy-ready code
/* CSS */
color: #0e96b1;
background-color: #0e96b1;
/* Tailwind (arbitrary) */
class="text-[#0e96b1] bg-[#0e96b1]"
/* SCSS */
$brand: #0e96b1;
/* SwiftUI */
Color(red: 0.055, green: 0.588, blue: 0.694)
/* Android */
Color.parseColor("#0e96b1")Accessibility — WCAG contrast
Aa
#0e96b1 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0e96b1 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green58.8%
Blue69.4%
CMYK percentages
Cyan92.1%
Magenta15.3%
Yellow0.0%
Key (black)30.6%
Color previews
#0e96b1 text on a black background
contrast 6.02:1
Card sample
#0e96b1 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e96b1;
Background color
Panel with #0e96b1 background
background-color: #0e96b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e96b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 150, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 150, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e96b1; background: linear-gradient(135deg, #0e96b1, #0E2AB1);