#0eefba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
14, 239, 186
HSL
166°, 89%, 50%
CMYK
94, 0, 22, 6
Luminance
0.6537
Every format
| HEX | #0eefba |
| RGB | rgb(14, 239, 186) |
| HSL | hsl(166, 89%, 50%) |
| CMYK | cmyk(94%, 0%, 22%, 6%) |
| LAB | lab(84.7 -59.5 12.4) |
| LCH | lch(84.7 60.8 168.2) |
| OKLCH | oklch(0.847 0.168 169.1) |
Copy-ready code
/* CSS */
color: #0eefba;
background-color: #0eefba;
/* Tailwind (arbitrary) */
class="text-[#0eefba] bg-[#0eefba]"
/* SCSS */
$brand: #0eefba;
/* SwiftUI */
Color(red: 0.055, green: 0.937, blue: 0.729)
/* Android */
Color.parseColor("#0eefba")Accessibility — WCAG contrast
Aa
#0eefba on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eefba on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green93.7%
Blue72.9%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow22.2%
Key (black)6.3%
Color previews
#0eefba text on a black background
contrast 14.07:1
Card sample
#0eefba text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eefba;
Background color
Panel with #0eefba background
background-color: #0eefba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eefba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 239, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 239, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eefba; background: linear-gradient(135deg, #0eefba, #0E8EEF);