#5ecfe2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
94, 207, 226
HSL
189°, 70%, 63%
CMYK
58, 8, 0, 11
Luminance
0.5250
Every format
| HEX | #5ecfe2 |
| RGB | rgb(94, 207, 226) |
| HSL | hsl(189, 70%, 63%) |
| CMYK | cmyk(58%, 8%, 0%, 11%) |
| LAB | lab(77.6 -26.6 -19.1) |
| LCH | lch(77.6 32.8 215.6) |
| OKLCH | oklch(0.796 0.105 210.1) |
Copy-ready code
/* CSS */
color: #5ecfe2;
background-color: #5ecfe2;
/* Tailwind (arbitrary) */
class="text-[#5ecfe2] bg-[#5ecfe2]"
/* SCSS */
$brand: #5ecfe2;
/* SwiftUI */
Color(red: 0.369, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#5ecfe2")Accessibility — WCAG contrast
Aa
#5ecfe2 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ecfe2 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green81.2%
Blue88.6%
CMYK percentages
Cyan58.4%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#5ecfe2 text on a black background
contrast 11.50:1
Card sample
#5ecfe2 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ecfe2;
Background color
Panel with #5ecfe2 background
background-color: #5ecfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ecfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ecfe2; background: linear-gradient(135deg, #5ecfe2, #5E77E2);