#5ebfd8
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 191, 216
HSL
192°, 61%, 61%
CMYK
57, 12, 0, 15
Luminance
0.4460
Every format
| HEX | #5ebfd8 |
| RGB | rgb(94, 191, 216) |
| HSL | hsl(192, 61%, 61%) |
| CMYK | cmyk(57%, 12%, 0%, 15%) |
| LAB | lab(72.6 -21.5 -21.2) |
| LCH | lch(72.6 30.1 224.6) |
| OKLCH | oklch(0.755 0.098 217.0) |
Copy-ready code
/* CSS */
color: #5ebfd8;
background-color: #5ebfd8;
/* Tailwind (arbitrary) */
class="text-[#5ebfd8] bg-[#5ebfd8]"
/* SCSS */
$brand: #5ebfd8;
/* SwiftUI */
Color(red: 0.369, green: 0.749, blue: 0.847)
/* Android */
Color.parseColor("#5ebfd8")Accessibility — WCAG contrast
Aa
#5ebfd8 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebfd8 on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green74.9%
Blue84.7%
CMYK percentages
Cyan56.5%
Magenta11.6%
Yellow0.0%
Key (black)15.3%
Color previews
#5ebfd8 text on a black background
contrast 9.92:1
Card sample
#5ebfd8 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebfd8;
Background color
Panel with #5ebfd8 background
background-color: #5ebfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 191, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 191, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebfd8; background: linear-gradient(135deg, #5ebfd8, #5E6ED8);