#5fdeee
a light, electric cyan · cool · closest name: skyblue
RGB
95, 222, 238
HSL
187°, 81%, 65%
CMYK
60, 7, 0, 7
Luminance
0.6085
Every format
| HEX | #5fdeee |
| RGB | rgb(95, 222, 238) |
| HSL | hsl(187, 81%, 65%) |
| CMYK | cmyk(60%, 7%, 0%, 7%) |
| LAB | lab(82.3 -30.4 -18.4) |
| LCH | lch(82.3 35.5 211.1) |
| OKLCH | oklch(0.836 0.113 206.6) |
Copy-ready code
/* CSS */
color: #5fdeee;
background-color: #5fdeee;
/* Tailwind (arbitrary) */
class="text-[#5fdeee] bg-[#5fdeee]"
/* SCSS */
$brand: #5fdeee;
/* SwiftUI */
Color(red: 0.373, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#5fdeee")Accessibility — WCAG contrast
Aa
#5fdeee on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdeee on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green87.1%
Blue93.3%
CMYK percentages
Cyan60.1%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#5fdeee text on a black background
contrast 13.17:1
Card sample
#5fdeee text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdeee;
Background color
Panel with #5fdeee background
background-color: #5fdeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdeee; background: linear-gradient(135deg, #5fdeee, #5F7FEE);