#0eb2bf
a dark, electric cyan · cool · closest name: teal
RGB
14, 178, 191
HSL
184°, 86%, 40%
CMYK
93, 7, 0, 25
Luminance
0.3570
Every format
| HEX | #0eb2bf |
| RGB | rgb(14, 178, 191) |
| HSL | hsl(184, 86%, 40%) |
| CMYK | cmyk(93%, 7%, 0%, 25%) |
| LAB | lab(66.3 -32.2 -17.2) |
| LCH | lch(66.3 36.5 208.2) |
| OKLCH | oklch(0.697 0.117 204.2) |
Copy-ready code
/* CSS */
color: #0eb2bf;
background-color: #0eb2bf;
/* Tailwind (arbitrary) */
class="text-[#0eb2bf] bg-[#0eb2bf]"
/* SCSS */
$brand: #0eb2bf;
/* SwiftUI */
Color(red: 0.055, green: 0.698, blue: 0.749)
/* Android */
Color.parseColor("#0eb2bf")Accessibility — WCAG contrast
Aa
#0eb2bf on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb2bf on black: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green69.8%
Blue74.9%
CMYK percentages
Cyan92.7%
Magenta6.8%
Yellow0.0%
Key (black)25.1%
Color previews
#0eb2bf text on a black background
contrast 8.14:1
Card sample
#0eb2bf text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb2bf;
Background color
Panel with #0eb2bf background
background-color: #0eb2bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb2bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 178, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 178, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb2bf; background: linear-gradient(135deg, #0eb2bf, #0E3CBF);