#5ebfc4
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 191, 196
HSL
183°, 46%, 57%
CMYK
52, 3, 0, 23
Luminance
0.4363
Every format
| HEX | #5ebfc4 |
| RGB | rgb(94, 191, 196) |
| HSL | hsl(183, 46%, 57%) |
| CMYK | cmyk(52%, 3%, 0%, 23%) |
| LAB | lab(72.0 -27.1 -11.3) |
| LCH | lch(72.0 29.3 202.6) |
| OKLCH | oklch(0.748 0.091 199.9) |
Copy-ready code
/* CSS */
color: #5ebfc4;
background-color: #5ebfc4;
/* Tailwind (arbitrary) */
class="text-[#5ebfc4] bg-[#5ebfc4]"
/* SCSS */
$brand: #5ebfc4;
/* SwiftUI */
Color(red: 0.369, green: 0.749, blue: 0.769)
/* Android */
Color.parseColor("#5ebfc4")Accessibility — WCAG contrast
Aa
#5ebfc4 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebfc4 on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green74.9%
Blue76.9%
CMYK percentages
Cyan52.0%
Magenta2.6%
Yellow0.0%
Key (black)23.1%
Color previews
#5ebfc4 text on a black background
contrast 9.73:1
Card sample
#5ebfc4 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebfc4;
Background color
Panel with #5ebfc4 background
background-color: #5ebfc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebfc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 191, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 191, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebfc4; background: linear-gradient(135deg, #5ebfc4, #5E7BC4);