#5fcaf0
a light, electric cyan · cool · closest name: skyblue
RGB
95, 202, 240
HSL
196°, 83%, 66%
CMYK
60, 16, 0, 6
Luminance
0.5097
Every format
| HEX | #5fcaf0 |
| RGB | rgb(95, 202, 240) |
| HSL | hsl(196, 83%, 66%) |
| CMYK | cmyk(60%, 16%, 0%, 6%) |
| LAB | lab(76.7 -19.9 -28.0) |
| LCH | lch(76.7 34.3 234.6) |
| OKLCH | oklch(0.791 0.112 224.3) |
Copy-ready code
/* CSS */
color: #5fcaf0;
background-color: #5fcaf0;
/* Tailwind (arbitrary) */
class="text-[#5fcaf0] bg-[#5fcaf0]"
/* SCSS */
$brand: #5fcaf0;
/* SwiftUI */
Color(red: 0.373, green: 0.792, blue: 0.941)
/* Android */
Color.parseColor("#5fcaf0")Accessibility — WCAG contrast
Aa
#5fcaf0 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fcaf0 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green79.2%
Blue94.1%
CMYK percentages
Cyan60.4%
Magenta15.8%
Yellow0.0%
Key (black)5.9%
Color previews
#5fcaf0 text on a black background
contrast 11.19:1
Card sample
#5fcaf0 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fcaf0;
Background color
Panel with #5fcaf0 background
background-color: #5fcaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fcaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 202, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 202, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fcaf0; background: linear-gradient(135deg, #5fcaf0, #5F69F0);