#5ebceb
a balanced, electric blue · cool · closest name: skyblue
RGB
94, 188, 235
HSL
200°, 78%, 65%
CMYK
60, 20, 0, 8
Luminance
0.4434
Every format
| HEX | #5ebceb |
| RGB | rgb(94, 188, 235) |
| HSL | hsl(200, 78%, 65%) |
| CMYK | cmyk(60%, 20%, 0%, 8%) |
| LAB | lab(72.5 -14.3 -31.8) |
| LCH | lch(72.5 34.8 245.8) |
| OKLCH | oklch(0.756 0.112 232.7) |
Copy-ready code
/* CSS */
color: #5ebceb;
background-color: #5ebceb;
/* Tailwind (arbitrary) */
class="text-[#5ebceb] bg-[#5ebceb]"
/* SCSS */
$brand: #5ebceb;
/* SwiftUI */
Color(red: 0.369, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#5ebceb")Accessibility — WCAG contrast
Aa
#5ebceb on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebceb on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green73.7%
Blue92.2%
CMYK percentages
Cyan60.0%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#5ebceb text on a black background
contrast 9.87:1
Card sample
#5ebceb text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebceb;
Background color
Panel with #5ebceb background
background-color: #5ebceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebceb; background: linear-gradient(135deg, #5ebceb, #5E5EEB);