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