#5ebfc8
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 191, 200
HSL
185°, 49%, 58%
CMYK
53, 5, 0, 22
Luminance
0.4381
Every format
| HEX | #5ebfc8 |
| RGB | rgb(94, 191, 200) |
| HSL | hsl(185, 49%, 58%) |
| CMYK | cmyk(53%, 5%, 0%, 22%) |
| LAB | lab(72.1 -26.0 -13.3) |
| LCH | lch(72.1 29.2 207.0) |
| OKLCH | oklch(0.750 0.092 203.5) |
Copy-ready code
/* CSS */
color: #5ebfc8;
background-color: #5ebfc8;
/* Tailwind (arbitrary) */
class="text-[#5ebfc8] bg-[#5ebfc8]"
/* SCSS */
$brand: #5ebfc8;
/* SwiftUI */
Color(red: 0.369, green: 0.749, blue: 0.784)
/* Android */
Color.parseColor("#5ebfc8")Accessibility — WCAG contrast
Aa
#5ebfc8 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebfc8 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green74.9%
Blue78.4%
CMYK percentages
Cyan53.0%
Magenta4.5%
Yellow0.0%
Key (black)21.6%
Color previews
#5ebfc8 text on a black background
contrast 9.76:1
Card sample
#5ebfc8 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebfc8;
Background color
Panel with #5ebfc8 background
background-color: #5ebfc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebfc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 191, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 191, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebfc8; background: linear-gradient(135deg, #5ebfc8, #5E78C8);