#5edef1
a light, electric cyan · cool · closest name: skyblue
RGB
94, 222, 241
HSL
188°, 84%, 66%
CMYK
61, 8, 0, 6
Luminance
0.6097
Every format
| HEX | #5edef1 |
| RGB | rgb(94, 222, 241) |
| HSL | hsl(188, 84%, 66%) |
| CMYK | cmyk(61%, 8%, 0%, 6%) |
| LAB | lab(82.4 -29.7 -19.8) |
| LCH | lch(82.4 35.7 213.8) |
| OKLCH | oklch(0.837 0.115 208.6) |
Copy-ready code
/* CSS */
color: #5edef1;
background-color: #5edef1;
/* Tailwind (arbitrary) */
class="text-[#5edef1] bg-[#5edef1]"
/* SCSS */
$brand: #5edef1;
/* SwiftUI */
Color(red: 0.369, green: 0.871, blue: 0.945)
/* Android */
Color.parseColor("#5edef1")Accessibility — WCAG contrast
Aa
#5edef1 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5edef1 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green87.1%
Blue94.5%
CMYK percentages
Cyan61.0%
Magenta7.9%
Yellow0.0%
Key (black)5.5%
Color previews
#5edef1 text on a black background
contrast 13.19:1
Card sample
#5edef1 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5edef1;
Background color
Panel with #5edef1 background
background-color: #5edef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5edef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 222, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 222, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5edef1; background: linear-gradient(135deg, #5edef1, #5E7CF1);