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