#0eeceb
a balanced, electric cyan · cool · closest name: cyan
RGB
14, 236, 235
HSL
180°, 89%, 49%
CMYK
94, 0, 0, 8
Luminance
0.6608
Every format
| HEX | #0eeceb |
| RGB | rgb(14, 236, 235) |
| HSL | hsl(180, 89%, 49%) |
| CMYK | cmyk(94%, 0%, 0%, 8%) |
| LAB | lab(85.0 -45.3 -12.8) |
| LCH | lch(85.0 47.1 195.7) |
| OKLCH | oklch(0.854 0.145 194.2) |
Copy-ready code
/* CSS */
color: #0eeceb;
background-color: #0eeceb;
/* Tailwind (arbitrary) */
class="text-[#0eeceb] bg-[#0eeceb]"
/* SCSS */
$brand: #0eeceb;
/* SwiftUI */
Color(red: 0.055, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#0eeceb")Accessibility — WCAG contrast
Aa
#0eeceb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eeceb on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green92.5%
Blue92.2%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#0eeceb text on a black background
contrast 14.22:1
Card sample
#0eeceb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eeceb;
Background color
Panel with #0eeceb background
background-color: #0eeceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eeceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eeceb; background: linear-gradient(135deg, #0eeceb, #0E59EC);