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