#5ecafb
a light, electric cyan · cool · closest name: skyblue
RGB
94, 202, 251
HSL
199°, 95%, 68%
CMYK
63, 20, 0, 2
Luminance
0.5159
Every format
| HEX | #5ecafb |
| RGB | rgb(94, 202, 251) |
| HSL | hsl(199, 95%, 68%) |
| CMYK | cmyk(63%, 20%, 0%, 2%) |
| LAB | lab(77.0 -16.7 -33.3) |
| LCH | lch(77.0 37.3 243.3) |
| OKLCH | oklch(0.795 0.121 230.6) |
Copy-ready code
/* CSS */
color: #5ecafb;
background-color: #5ecafb;
/* Tailwind (arbitrary) */
class="text-[#5ecafb] bg-[#5ecafb]"
/* SCSS */
$brand: #5ecafb;
/* SwiftUI */
Color(red: 0.369, green: 0.792, blue: 0.984)
/* Android */
Color.parseColor("#5ecafb")Accessibility — WCAG contrast
Aa
#5ecafb on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ecafb on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green79.2%
Blue98.4%
CMYK percentages
Cyan62.5%
Magenta19.5%
Yellow0.0%
Key (black)1.6%
Color previews
#5ecafb text on a black background
contrast 11.32:1
Card sample
#5ecafb text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ecafb;
Background color
Panel with #5ecafb background
background-color: #5ecafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ecafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 202, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 202, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ecafb; background: linear-gradient(135deg, #5ecafb, #5E61FB);