#5fc4ff
a light, electric blue · cool · closest name: skyblue
RGB
95, 196, 255
HSL
202°, 100%, 69%
CMYK
63, 23, 0, 0
Luminance
0.4913
Every format
| HEX | #5fc4ff |
| RGB | rgb(95, 196, 255) |
| HSL | hsl(202, 100%, 69%) |
| CMYK | cmyk(63%, 23%, 0%, 0%) |
| LAB | lab(75.5 -12.2 -37.8) |
| LCH | lch(75.5 39.7 252.1) |
| OKLCH | oklch(0.784 0.126 237.1) |
Copy-ready code
/* CSS */
color: #5fc4ff;
background-color: #5fc4ff;
/* Tailwind (arbitrary) */
class="text-[#5fc4ff] bg-[#5fc4ff]"
/* SCSS */
$brand: #5fc4ff;
/* SwiftUI */
Color(red: 0.373, green: 0.769, blue: 1.000)
/* Android */
Color.parseColor("#5fc4ff")Accessibility — WCAG contrast
Aa
#5fc4ff on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fc4ff on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green76.9%
Blue100.0%
CMYK percentages
Cyan62.7%
Magenta23.1%
Yellow0.0%
Key (black)0.0%
Color previews
#5fc4ff text on a black background
contrast 10.83:1
Card sample
#5fc4ff text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fc4ff;
Background color
Panel with #5fc4ff background
background-color: #5fc4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fc4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 196, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 196, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fc4ff; background: linear-gradient(135deg, #5fc4ff, #645FFF);