#5fdce9
a balanced, electric cyan · cool · closest name: skyblue
RGB
95, 220, 233
HSL
186°, 76%, 64%
CMYK
59, 6, 0, 9
Luminance
0.5950
Every format
| HEX | #5fdce9 |
| RGB | rgb(95, 220, 233) |
| HSL | hsl(186, 76%, 64%) |
| CMYK | cmyk(59%, 6%, 0%, 9%) |
| LAB | lab(81.6 -30.8 -16.8) |
| LCH | lch(81.6 35.1 208.6) |
| OKLCH | oklch(0.829 0.111 204.7) |
Copy-ready code
/* CSS */
color: #5fdce9;
background-color: #5fdce9;
/* Tailwind (arbitrary) */
class="text-[#5fdce9] bg-[#5fdce9]"
/* SCSS */
$brand: #5fdce9;
/* SwiftUI */
Color(red: 0.373, green: 0.863, blue: 0.914)
/* Android */
Color.parseColor("#5fdce9")Accessibility — WCAG contrast
Aa
#5fdce9 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdce9 on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green86.3%
Blue91.4%
CMYK percentages
Cyan59.2%
Magenta5.6%
Yellow0.0%
Key (black)8.6%
Color previews
#5fdce9 text on a black background
contrast 12.90:1
Card sample
#5fdce9 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdce9;
Background color
Panel with #5fdce9 background
background-color: #5fdce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 220, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 220, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdce9; background: linear-gradient(135deg, #5fdce9, #5F80E9);