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