#5eeefc
a light, electric cyan · cool · closest name: cyan
RGB
94, 238, 252
HSL
185°, 96%, 68%
CMYK
63, 6, 0, 1
Luminance
0.7056
Every format
| HEX | #5eeefc |
| RGB | rgb(94, 238, 252) |
| HSL | hsl(185, 96%, 68%) |
| CMYK | cmyk(63%, 6%, 0%, 1%) |
| LAB | lab(87.3 -34.2 -18.2) |
| LCH | lch(87.3 38.8 208.1) |
| OKLCH | oklch(0.877 0.123 204.2) |
Copy-ready code
/* CSS */
color: #5eeefc;
background-color: #5eeefc;
/* Tailwind (arbitrary) */
class="text-[#5eeefc] bg-[#5eeefc]"
/* SCSS */
$brand: #5eeefc;
/* SwiftUI */
Color(red: 0.369, green: 0.933, blue: 0.988)
/* Android */
Color.parseColor("#5eeefc")Accessibility — WCAG contrast
Aa
#5eeefc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eeefc on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green93.3%
Blue98.8%
CMYK percentages
Cyan62.7%
Magenta5.6%
Yellow0.0%
Key (black)1.2%
Color previews
#5eeefc text on a black background
contrast 15.11:1
Card sample
#5eeefc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eeefc;
Background color
Panel with #5eeefc background
background-color: #5eeefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eeefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 238, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 238, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eeefc; background: linear-gradient(135deg, #5eeefc, #5E85FC);