#5fdceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
95, 220, 235
HSL
186°, 78%, 65%
CMYK
60, 6, 0, 8
Luminance
0.5962
Every format
| HEX | #5fdceb |
| RGB | rgb(95, 220, 235) |
| HSL | hsl(186, 78%, 65%) |
| CMYK | cmyk(60%, 6%, 0%, 8%) |
| LAB | lab(81.6 -30.2 -17.8) |
| LCH | lch(81.6 35.1 210.4) |
| OKLCH | oklch(0.830 0.112 206.1) |
Copy-ready code
/* CSS */
color: #5fdceb;
background-color: #5fdceb;
/* Tailwind (arbitrary) */
class="text-[#5fdceb] bg-[#5fdceb]"
/* SCSS */
$brand: #5fdceb;
/* SwiftUI */
Color(red: 0.373, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#5fdceb")Accessibility — WCAG contrast
Aa
#5fdceb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdceb on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green86.3%
Blue92.2%
CMYK percentages
Cyan59.6%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#5fdceb text on a black background
contrast 12.92:1
Card sample
#5fdceb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdceb;
Background color
Panel with #5fdceb background
background-color: #5fdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdceb; background: linear-gradient(135deg, #5fdceb, #5F7FEB);