#5ebedf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 190, 223
HSL
195°, 67%, 62%
CMYK
58, 15, 0, 13
Luminance
0.4453
Every format
| HEX | #5ebedf |
| RGB | rgb(94, 190, 223) |
| HSL | hsl(195, 67%, 62%) |
| CMYK | cmyk(58%, 15%, 0%, 13%) |
| LAB | lab(72.6 -18.9 -25.1) |
| LCH | lch(72.6 31.4 233.0) |
| OKLCH | oklch(0.756 0.102 223.2) |
Copy-ready code
/* CSS */
color: #5ebedf;
background-color: #5ebedf;
/* Tailwind (arbitrary) */
class="text-[#5ebedf] bg-[#5ebedf]"
/* SCSS */
$brand: #5ebedf;
/* SwiftUI */
Color(red: 0.369, green: 0.745, blue: 0.875)
/* Android */
Color.parseColor("#5ebedf")Accessibility — WCAG contrast
Aa
#5ebedf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebedf on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green74.5%
Blue87.5%
CMYK percentages
Cyan57.8%
Magenta14.8%
Yellow0.0%
Key (black)12.5%
Color previews
#5ebedf text on a black background
contrast 9.91:1
Card sample
#5ebedf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebedf;
Background color
Panel with #5ebedf background
background-color: #5ebedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 190, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 190, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebedf; background: linear-gradient(135deg, #5ebedf, #5E68DF);