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