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