#5ebee9
a balanced, electric cyan · cool · closest name: skyblue
RGB
94, 190, 233
HSL
199°, 76%, 64%
CMYK
60, 19, 0, 9
Luminance
0.4509
Every format
| HEX | #5ebee9 |
| RGB | rgb(94, 190, 233) |
| HSL | hsl(199, 76%, 64%) |
| CMYK | cmyk(60%, 19%, 0%, 9%) |
| LAB | lab(73.0 -15.9 -29.9) |
| LCH | lch(73.0 33.9 242.0) |
| OKLCH | oklch(0.760 0.109 229.8) |
Copy-ready code
/* CSS */
color: #5ebee9;
background-color: #5ebee9;
/* Tailwind (arbitrary) */
class="text-[#5ebee9] bg-[#5ebee9]"
/* SCSS */
$brand: #5ebee9;
/* SwiftUI */
Color(red: 0.369, green: 0.745, blue: 0.914)
/* Android */
Color.parseColor("#5ebee9")Accessibility — WCAG contrast
Aa
#5ebee9 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebee9 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green74.5%
Blue91.4%
CMYK percentages
Cyan59.7%
Magenta18.5%
Yellow0.0%
Key (black)8.6%
Color previews
#5ebee9 text on a black background
contrast 10.02:1
Card sample
#5ebee9 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebee9;
Background color
Panel with #5ebee9 background
background-color: #5ebee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 190, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 190, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebee9; background: linear-gradient(135deg, #5ebee9, #5E61E9);