#0eb795
a dark, electric cyan · cool · closest name: turquoise
RGB
14, 183, 149
HSL
168°, 86%, 39%
CMYK
92, 0, 19, 28
Luminance
0.3613
Every format
| HEX | #0eb795 |
| RGB | rgb(14, 183, 149) |
| HSL | hsl(168, 86%, 39%) |
| CMYK | cmyk(92%, 0%, 19%, 28%) |
| LAB | lab(66.6 -46.6 6.5) |
| LCH | lch(66.6 47.1 172.1) |
| OKLCH | oklch(0.696 0.132 172.9) |
Copy-ready code
/* CSS */
color: #0eb795;
background-color: #0eb795;
/* Tailwind (arbitrary) */
class="text-[#0eb795] bg-[#0eb795]"
/* SCSS */
$brand: #0eb795;
/* SwiftUI */
Color(red: 0.055, green: 0.718, blue: 0.584)
/* Android */
Color.parseColor("#0eb795")Accessibility — WCAG contrast
Aa
#0eb795 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb795 on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green71.8%
Blue58.4%
CMYK percentages
Cyan92.3%
Magenta0.0%
Yellow18.6%
Key (black)28.2%
Color previews
#0eb795 text on a black background
contrast 8.23:1
Card sample
#0eb795 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb795;
Background color
Panel with #0eb795 background
background-color: #0eb795;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb795;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 183, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 183, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb795; background: linear-gradient(135deg, #0eb795, #0E68B7);