#0ef1fc
a balanced, electric cyan · cool · closest name: cyan
RGB
14, 241, 252
HSL
183°, 98%, 52%
CMYK
94, 4, 0, 1
Luminance
0.7003
Every format
| HEX | #0ef1fc |
| RGB | rgb(14, 241, 252) |
| HSL | hsl(183, 98%, 52%) |
| CMYK | cmyk(94%, 4%, 0%, 1%) |
| LAB | lab(87.0 -42.5 -18.7) |
| LCH | lch(87.0 46.5 203.8) |
| OKLCH | oklch(0.872 0.147 200.8) |
Copy-ready code
/* CSS */
color: #0ef1fc;
background-color: #0ef1fc;
/* Tailwind (arbitrary) */
class="text-[#0ef1fc] bg-[#0ef1fc]"
/* SCSS */
$brand: #0ef1fc;
/* SwiftUI */
Color(red: 0.055, green: 0.945, blue: 0.988)
/* Android */
Color.parseColor("#0ef1fc")Accessibility — WCAG contrast
Aa
#0ef1fc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ef1fc on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green94.5%
Blue98.8%
CMYK percentages
Cyan94.4%
Magenta4.4%
Yellow0.0%
Key (black)1.2%
Color previews
#0ef1fc text on a black background
contrast 15.01:1
Card sample
#0ef1fc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ef1fc;
Background color
Panel with #0ef1fc background
background-color: #0ef1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ef1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 241, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 241, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ef1fc; background: linear-gradient(135deg, #0ef1fc, #0E52FC);