#5ebeca
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 190, 202
HSL
187°, 51%, 58%
CMYK
54, 6, 0, 21
Luminance
0.4347
Every format
| HEX | #5ebeca |
| RGB | rgb(94, 190, 202) |
| HSL | hsl(187, 51%, 58%) |
| CMYK | cmyk(54%, 6%, 0%, 21%) |
| LAB | lab(71.9 -24.9 -14.7) |
| LCH | lch(71.9 28.9 210.5) |
| OKLCH | oklch(0.748 0.092 206.2) |
Copy-ready code
/* CSS */
color: #5ebeca;
background-color: #5ebeca;
/* Tailwind (arbitrary) */
class="text-[#5ebeca] bg-[#5ebeca]"
/* SCSS */
$brand: #5ebeca;
/* SwiftUI */
Color(red: 0.369, green: 0.745, blue: 0.792)
/* Android */
Color.parseColor("#5ebeca")Accessibility — WCAG contrast
Aa
#5ebeca on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebeca on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green74.5%
Blue79.2%
CMYK percentages
Cyan53.5%
Magenta5.9%
Yellow0.0%
Key (black)20.8%
Color previews
#5ebeca text on a black background
contrast 9.69:1
Card sample
#5ebeca text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebeca;
Background color
Panel with #5ebeca background
background-color: #5ebeca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebeca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 190, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 190, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebeca; background: linear-gradient(135deg, #5ebeca, #5E76CA);