#5ebadf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 186, 223
HSL
197°, 67%, 62%
CMYK
58, 17, 0, 13
Luminance
0.4283
Every format
| HEX | #5ebadf |
| RGB | rgb(94, 186, 223) |
| HSL | hsl(197, 67%, 62%) |
| CMYK | cmyk(58%, 17%, 0%, 13%) |
| LAB | lab(71.4 -16.8 -26.8) |
| LCH | lch(71.4 31.6 237.9) |
| OKLCH | oklch(0.747 0.102 226.9) |
Copy-ready code
/* CSS */
color: #5ebadf;
background-color: #5ebadf;
/* Tailwind (arbitrary) */
class="text-[#5ebadf] bg-[#5ebadf]"
/* SCSS */
$brand: #5ebadf;
/* SwiftUI */
Color(red: 0.369, green: 0.729, blue: 0.875)
/* Android */
Color.parseColor("#5ebadf")Accessibility — WCAG contrast
Aa
#5ebadf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebadf on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green72.9%
Blue87.5%
CMYK percentages
Cyan57.8%
Magenta16.6%
Yellow0.0%
Key (black)12.5%
Color previews
#5ebadf text on a black background
contrast 9.57:1
Card sample
#5ebadf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebadf;
Background color
Panel with #5ebadf background
background-color: #5ebadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 186, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 186, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebadf; background: linear-gradient(135deg, #5ebadf, #5E64DF);