#5ebfd4
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 191, 212
HSL
191°, 58%, 60%
CMYK
56, 10, 0, 17
Luminance
0.4439
Every format
| HEX | #5ebfd4 |
| RGB | rgb(94, 191, 212) |
| HSL | hsl(191, 58%, 60%) |
| CMYK | cmyk(56%, 10%, 0%, 17%) |
| LAB | lab(72.5 -22.6 -19.2) |
| LCH | lch(72.5 29.7 220.4) |
| OKLCH | oklch(0.754 0.096 213.8) |
Copy-ready code
/* CSS */
color: #5ebfd4;
background-color: #5ebfd4;
/* Tailwind (arbitrary) */
class="text-[#5ebfd4] bg-[#5ebfd4]"
/* SCSS */
$brand: #5ebfd4;
/* SwiftUI */
Color(red: 0.369, green: 0.749, blue: 0.831)
/* Android */
Color.parseColor("#5ebfd4")Accessibility — WCAG contrast
Aa
#5ebfd4 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebfd4 on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green74.9%
Blue83.1%
CMYK percentages
Cyan55.7%
Magenta9.9%
Yellow0.0%
Key (black)16.9%
Color previews
#5ebfd4 text on a black background
contrast 9.88:1
Card sample
#5ebfd4 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebfd4;
Background color
Panel with #5ebfd4 background
background-color: #5ebfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 191, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 191, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebfd4; background: linear-gradient(135deg, #5ebfd4, #5E70D4);