#5fcceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
95, 204, 235
HSL
193°, 78%, 65%
CMYK
60, 13, 0, 8
Luminance
0.5162
Every format
| HEX | #5fcceb |
| RGB | rgb(95, 204, 235) |
| HSL | hsl(193, 78%, 65%) |
| CMYK | cmyk(60%, 13%, 0%, 8%) |
| LAB | lab(77.0 -22.4 -24.7) |
| LCH | lch(77.0 33.3 227.9) |
| OKLCH | oklch(0.793 0.108 219.3) |
Copy-ready code
/* CSS */
color: #5fcceb;
background-color: #5fcceb;
/* Tailwind (arbitrary) */
class="text-[#5fcceb] bg-[#5fcceb]"
/* SCSS */
$brand: #5fcceb;
/* SwiftUI */
Color(red: 0.373, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#5fcceb")Accessibility — WCAG contrast
Aa
#5fcceb on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fcceb on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green80.0%
Blue92.2%
CMYK percentages
Cyan59.6%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#5fcceb text on a black background
contrast 11.32:1
Card sample
#5fcceb text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fcceb;
Background color
Panel with #5fcceb background
background-color: #5fcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fcceb; background: linear-gradient(135deg, #5fcceb, #5F6FEB);