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