#5fcdfb
a light, electric cyan · cool · closest name: skyblue
RGB
95, 205, 251
HSL
198°, 95%, 68%
CMYK
62, 18, 0, 2
Luminance
0.5306
Every format
| HEX | #5fcdfb |
| RGB | rgb(95, 205, 251) |
| HSL | hsl(198, 95%, 68%) |
| CMYK | cmyk(62%, 18%, 0%, 2%) |
| LAB | lab(77.9 -18.1 -32.0) |
| LCH | lch(77.9 36.7 240.5) |
| OKLCH | oklch(0.802 0.119 228.5) |
Copy-ready code
/* CSS */
color: #5fcdfb;
background-color: #5fcdfb;
/* Tailwind (arbitrary) */
class="text-[#5fcdfb] bg-[#5fcdfb]"
/* SCSS */
$brand: #5fcdfb;
/* SwiftUI */
Color(red: 0.373, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#5fcdfb")Accessibility — WCAG contrast
Aa
#5fcdfb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fcdfb on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green80.4%
Blue98.4%
CMYK percentages
Cyan62.2%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#5fcdfb text on a black background
contrast 11.61:1
Card sample
#5fcdfb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fcdfb;
Background color
Panel with #5fcdfb background
background-color: #5fcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fcdfb; background: linear-gradient(135deg, #5fcdfb, #5F65FB);