#5ec8cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 200, 207
HSL
184°, 54%, 59%
CMYK
55, 3, 0, 19
Luminance
0.4819
Every format
| HEX | #5ec8cf |
| RGB | rgb(94, 200, 207) |
| HSL | hsl(184, 54%, 59%) |
| CMYK | cmyk(55%, 3%, 0%, 19%) |
| LAB | lab(74.9 -28.5 -12.8) |
| LCH | lch(74.9 31.2 204.2) |
| OKLCH | oklch(0.773 0.098 201.2) |
Copy-ready code
/* CSS */
color: #5ec8cf;
background-color: #5ec8cf;
/* Tailwind (arbitrary) */
class="text-[#5ec8cf] bg-[#5ec8cf]"
/* SCSS */
$brand: #5ec8cf;
/* SwiftUI */
Color(red: 0.369, green: 0.784, blue: 0.812)
/* Android */
Color.parseColor("#5ec8cf")Accessibility — WCAG contrast
Aa
#5ec8cf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ec8cf on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green78.4%
Blue81.2%
CMYK percentages
Cyan54.6%
Magenta3.4%
Yellow0.0%
Key (black)18.8%
Color previews
#5ec8cf text on a black background
contrast 10.64:1
Card sample
#5ec8cf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ec8cf;
Background color
Panel with #5ec8cf background
background-color: #5ec8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ec8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 200, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 200, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ec8cf; background: linear-gradient(135deg, #5ec8cf, #5E7DCF);