#0ed2ab
a dark, electric cyan · cool · closest name: turquoise
RGB
14, 210, 171
HSL
168°, 88%, 44%
CMYK
93, 0, 19, 18
Luminance
0.4913
Every format
| HEX | #0ed2ab |
| RGB | rgb(14, 210, 171) |
| HSL | hsl(168, 88%, 44%) |
| CMYK | cmyk(93%, 0%, 19%, 18%) |
| LAB | lab(75.5 -51.9 7.3) |
| LCH | lch(75.5 52.4 172.0) |
| OKLCH | oklch(0.771 0.147 172.8) |
Copy-ready code
/* CSS */
color: #0ed2ab;
background-color: #0ed2ab;
/* Tailwind (arbitrary) */
class="text-[#0ed2ab] bg-[#0ed2ab]"
/* SCSS */
$brand: #0ed2ab;
/* SwiftUI */
Color(red: 0.055, green: 0.824, blue: 0.671)
/* Android */
Color.parseColor("#0ed2ab")Accessibility — WCAG contrast
Aa
#0ed2ab on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ed2ab on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green82.4%
Blue67.1%
CMYK percentages
Cyan93.3%
Magenta0.0%
Yellow18.6%
Key (black)17.6%
Color previews
#0ed2ab text on a black background
contrast 10.83:1
Card sample
#0ed2ab text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ed2ab;
Background color
Panel with #0ed2ab background
background-color: #0ed2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ed2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 210, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 210, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ed2ab; background: linear-gradient(135deg, #0ed2ab, #0E76D2);