#0eefd2
a balanced, electric cyan · cool · closest name: turquoise
RGB
14, 239, 210
HSL
172°, 89%, 50%
CMYK
94, 0, 12, 6
Luminance
0.6648
Every format
| HEX | #0eefd2 |
| RGB | rgb(14, 239, 210) |
| HSL | hsl(172, 89%, 50%) |
| CMYK | cmyk(94%, 0%, 12%, 6%) |
| LAB | lab(85.2 -53.5 0.7) |
| LCH | lch(85.2 53.5 179.3) |
| OKLCH | oklch(0.853 0.154 179.7) |
Copy-ready code
/* CSS */
color: #0eefd2;
background-color: #0eefd2;
/* Tailwind (arbitrary) */
class="text-[#0eefd2] bg-[#0eefd2]"
/* SCSS */
$brand: #0eefd2;
/* SwiftUI */
Color(red: 0.055, green: 0.937, blue: 0.824)
/* Android */
Color.parseColor("#0eefd2")Accessibility — WCAG contrast
Aa
#0eefd2 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eefd2 on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green93.7%
Blue82.4%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow12.1%
Key (black)6.3%
Color previews
#0eefd2 text on a black background
contrast 14.30:1
Card sample
#0eefd2 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eefd2;
Background color
Panel with #0eefd2 background
background-color: #0eefd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eefd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 239, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 239, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eefd2; background: linear-gradient(135deg, #0eefd2, #0E76EF);