#5ebee3
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 190, 227
HSL
197°, 70%, 63%
CMYK
59, 16, 0, 11
Luminance
0.4475
Every format
| HEX | #5ebee3 |
| RGB | rgb(94, 190, 227) |
| HSL | hsl(197, 70%, 63%) |
| CMYK | cmyk(59%, 16%, 0%, 11%) |
| LAB | lab(72.7 -17.7 -27.0) |
| LCH | lch(72.7 32.3 236.7) |
| OKLCH | oklch(0.758 0.105 226.0) |
Copy-ready code
/* CSS */
color: #5ebee3;
background-color: #5ebee3;
/* Tailwind (arbitrary) */
class="text-[#5ebee3] bg-[#5ebee3]"
/* SCSS */
$brand: #5ebee3;
/* SwiftUI */
Color(red: 0.369, green: 0.745, blue: 0.890)
/* Android */
Color.parseColor("#5ebee3")Accessibility — WCAG contrast
Aa
#5ebee3 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebee3 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green74.5%
Blue89.0%
CMYK percentages
Cyan58.6%
Magenta16.3%
Yellow0.0%
Key (black)11.0%
Color previews
#5ebee3 text on a black background
contrast 9.95:1
Card sample
#5ebee3 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebee3;
Background color
Panel with #5ebee3 background
background-color: #5ebee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 190, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 190, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebee3; background: linear-gradient(135deg, #5ebee3, #5E65E3);