#5ebfeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
94, 191, 235
HSL
199°, 78%, 65%
CMYK
60, 19, 0, 8
Luminance
0.4564
Every format
| HEX | #5ebfeb |
| RGB | rgb(94, 191, 235) |
| HSL | hsl(199, 78%, 65%) |
| CMYK | cmyk(60%, 19%, 0%, 8%) |
| LAB | lab(73.3 -15.8 -30.4) |
| LCH | lch(73.3 34.3 242.5) |
| OKLCH | oklch(0.763 0.111 230.2) |
Copy-ready code
/* CSS */
color: #5ebfeb;
background-color: #5ebfeb;
/* Tailwind (arbitrary) */
class="text-[#5ebfeb] bg-[#5ebfeb]"
/* SCSS */
$brand: #5ebfeb;
/* SwiftUI */
Color(red: 0.369, green: 0.749, blue: 0.922)
/* Android */
Color.parseColor("#5ebfeb")Accessibility — WCAG contrast
Aa
#5ebfeb on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebfeb on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green74.9%
Blue92.2%
CMYK percentages
Cyan60.0%
Magenta18.7%
Yellow0.0%
Key (black)7.8%
Color previews
#5ebfeb text on a black background
contrast 10.13:1
Card sample
#5ebfeb text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebfeb;
Background color
Panel with #5ebfeb background
background-color: #5ebfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 191, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 191, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebfeb; background: linear-gradient(135deg, #5ebfeb, #5E61EB);