#5eeefe
a light, electric cyan · cool · closest name: cyan
RGB
94, 238, 254
HSL
186°, 99%, 68%
CMYK
63, 6, 0, 0
Luminance
0.7068
Every format
| HEX | #5eeefe |
| RGB | rgb(94, 238, 254) |
| HSL | hsl(186, 99%, 68%) |
| CMYK | cmyk(63%, 6%, 0%, 0%) |
| LAB | lab(87.3 -33.6 -19.2) |
| LCH | lch(87.3 38.7 209.7) |
| OKLCH | oklch(0.878 0.124 205.5) |
Copy-ready code
/* CSS */
color: #5eeefe;
background-color: #5eeefe;
/* Tailwind (arbitrary) */
class="text-[#5eeefe] bg-[#5eeefe]"
/* SCSS */
$brand: #5eeefe;
/* SwiftUI */
Color(red: 0.369, green: 0.933, blue: 0.996)
/* Android */
Color.parseColor("#5eeefe")Accessibility — WCAG contrast
Aa
#5eeefe on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eeefe on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green93.3%
Blue99.6%
CMYK percentages
Cyan63.0%
Magenta6.3%
Yellow0.0%
Key (black)0.4%
Color previews
#5eeefe text on a black background
contrast 15.14:1
Card sample
#5eeefe text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eeefe;
Background color
Panel with #5eeefe background
background-color: #5eeefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eeefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 238, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 238, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eeefe; background: linear-gradient(135deg, #5eeefe, #5E83FE);