#5ebacd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 186, 205
HSL
190°, 53%, 59%
CMYK
54, 9, 0, 20
Luminance
0.4191
Every format
| HEX | #5ebacd |
| RGB | rgb(94, 186, 205) |
| HSL | hsl(190, 53%, 59%) |
| CMYK | cmyk(54%, 9%, 0%, 20%) |
| LAB | lab(70.8 -22.1 -17.9) |
| LCH | lch(70.8 28.4 219.1) |
| OKLCH | oklch(0.740 0.091 212.9) |
Copy-ready code
/* CSS */
color: #5ebacd;
background-color: #5ebacd;
/* Tailwind (arbitrary) */
class="text-[#5ebacd] bg-[#5ebacd]"
/* SCSS */
$brand: #5ebacd;
/* SwiftUI */
Color(red: 0.369, green: 0.729, blue: 0.804)
/* Android */
Color.parseColor("#5ebacd")Accessibility — WCAG contrast
Aa
#5ebacd on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebacd on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green72.9%
Blue80.4%
CMYK percentages
Cyan54.1%
Magenta9.3%
Yellow0.0%
Key (black)19.6%
Color previews
#5ebacd text on a black background
contrast 9.38:1
Card sample
#5ebacd text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebacd;
Background color
Panel with #5ebacd background
background-color: #5ebacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 186, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 186, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebacd; background: linear-gradient(135deg, #5ebacd, #5E70CD);