#5fceee
a light, electric cyan · cool · closest name: skyblue
RGB
95, 206, 238
HSL
193°, 81%, 65%
CMYK
60, 13, 0, 7
Luminance
0.5275
Every format
| HEX | #5fceee |
| RGB | rgb(95, 206, 238) |
| HSL | hsl(193, 81%, 65%) |
| CMYK | cmyk(60%, 13%, 0%, 7%) |
| LAB | lab(77.7 -22.5 -25.3) |
| LCH | lch(77.7 33.8 228.4) |
| OKLCH | oklch(0.799 0.110 219.7) |
Copy-ready code
/* CSS */
color: #5fceee;
background-color: #5fceee;
/* Tailwind (arbitrary) */
class="text-[#5fceee] bg-[#5fceee]"
/* SCSS */
$brand: #5fceee;
/* SwiftUI */
Color(red: 0.373, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#5fceee")Accessibility — WCAG contrast
Aa
#5fceee on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fceee on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green80.8%
Blue93.3%
CMYK percentages
Cyan60.1%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#5fceee text on a black background
contrast 11.55:1
Card sample
#5fceee text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fceee;
Background color
Panel with #5fceee background
background-color: #5fceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fceee; background: linear-gradient(135deg, #5fceee, #5F6FEE);