#5ebdcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 189, 207
HSL
190°, 54%, 59%
CMYK
55, 9, 0, 19
Luminance
0.4328
Every format
| HEX | #5ebdcf |
| RGB | rgb(94, 189, 207) |
| HSL | hsl(190, 54%, 59%) |
| CMYK | cmyk(55%, 9%, 0%, 19%) |
| LAB | lab(71.7 -23.0 -17.6) |
| LCH | lch(71.7 29.0 217.4) |
| OKLCH | oklch(0.748 0.093 211.6) |
Copy-ready code
/* CSS */
color: #5ebdcf;
background-color: #5ebdcf;
/* Tailwind (arbitrary) */
class="text-[#5ebdcf] bg-[#5ebdcf]"
/* SCSS */
$brand: #5ebdcf;
/* SwiftUI */
Color(red: 0.369, green: 0.741, blue: 0.812)
/* Android */
Color.parseColor("#5ebdcf")Accessibility — WCAG contrast
Aa
#5ebdcf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebdcf on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green74.1%
Blue81.2%
CMYK percentages
Cyan54.6%
Magenta8.7%
Yellow0.0%
Key (black)18.8%
Color previews
#5ebdcf text on a black background
contrast 9.66:1
Card sample
#5ebdcf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebdcf;
Background color
Panel with #5ebdcf background
background-color: #5ebdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 189, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 189, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebdcf; background: linear-gradient(135deg, #5ebdcf, #5E71CF);