#5ebac7
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 186, 199
HSL
187°, 48%, 58%
CMYK
53, 7, 0, 22
Luminance
0.4162
Every format
| HEX | #5ebac7 |
| RGB | rgb(94, 186, 199) |
| HSL | hsl(187, 48%, 58%) |
| CMYK | cmyk(53%, 7%, 0%, 22%) |
| LAB | lab(70.6 -23.7 -15.0) |
| LCH | lch(70.6 28.1 212.2) |
| OKLCH | oklch(0.738 0.089 207.6) |
Copy-ready code
/* CSS */
color: #5ebac7;
background-color: #5ebac7;
/* Tailwind (arbitrary) */
class="text-[#5ebac7] bg-[#5ebac7]"
/* SCSS */
$brand: #5ebac7;
/* SwiftUI */
Color(red: 0.369, green: 0.729, blue: 0.780)
/* Android */
Color.parseColor("#5ebac7")Accessibility — WCAG contrast
Aa
#5ebac7 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebac7 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green72.9%
Blue78.0%
CMYK percentages
Cyan52.8%
Magenta6.5%
Yellow0.0%
Key (black)22.0%
Color previews
#5ebac7 text on a black background
contrast 9.32:1
Card sample
#5ebac7 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebac7;
Background color
Panel with #5ebac7 background
background-color: #5ebac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 186, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 186, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebac7; background: linear-gradient(135deg, #5ebac7, #5E74C7);