#5ebeee
a light, electric blue · cool · closest name: skyblue
RGB
94, 190, 238
HSL
200°, 81%, 65%
CMYK
61, 20, 0, 7
Luminance
0.4538
Every format
| HEX | #5ebeee |
| RGB | rgb(94, 190, 238) |
| HSL | hsl(200, 81%, 65%) |
| CMYK | cmyk(61%, 20%, 0%, 7%) |
| LAB | lab(73.1 -14.4 -32.3) |
| LCH | lch(73.1 35.4 246.0) |
| OKLCH | oklch(0.762 0.114 232.7) |
Copy-ready code
/* CSS */
color: #5ebeee;
background-color: #5ebeee;
/* Tailwind (arbitrary) */
class="text-[#5ebeee] bg-[#5ebeee]"
/* SCSS */
$brand: #5ebeee;
/* SwiftUI */
Color(red: 0.369, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#5ebeee")Accessibility — WCAG contrast
Aa
#5ebeee on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebeee on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green74.5%
Blue93.3%
CMYK percentages
Cyan60.5%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#5ebeee text on a black background
contrast 10.08:1
Card sample
#5ebeee text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebeee;
Background color
Panel with #5ebeee background
background-color: #5ebeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebeee; background: linear-gradient(135deg, #5ebeee, #5E5EEE);