#0eeeb7
a balanced, electric cyan · cool · closest name: aquamarine
RGB
14, 238, 183
HSL
165°, 89%, 49%
CMYK
94, 0, 23, 7
Luminance
0.6466
Every format
| HEX | #0eeeb7 |
| RGB | rgb(14, 238, 183) |
| HSL | hsl(165, 89%, 49%) |
| CMYK | cmyk(94%, 0%, 23%, 7%) |
| LAB | lab(84.3 -59.9 13.5) |
| LCH | lch(84.3 61.4 167.3) |
| OKLCH | oklch(0.844 0.169 168.3) |
Copy-ready code
/* CSS */
color: #0eeeb7;
background-color: #0eeeb7;
/* Tailwind (arbitrary) */
class="text-[#0eeeb7] bg-[#0eeeb7]"
/* SCSS */
$brand: #0eeeb7;
/* SwiftUI */
Color(red: 0.055, green: 0.933, blue: 0.718)
/* Android */
Color.parseColor("#0eeeb7")Accessibility — WCAG contrast
Aa
#0eeeb7 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eeeb7 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green93.3%
Blue71.8%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow23.1%
Key (black)6.7%
Color previews
#0eeeb7 text on a black background
contrast 13.93:1
Card sample
#0eeeb7 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eeeb7;
Background color
Panel with #0eeeb7 background
background-color: #0eeeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eeeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 238, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 238, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eeeb7; background: linear-gradient(135deg, #0eeeb7, #0E90EE);