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