#60cfff
a light, electric cyan · cool · closest name: skyblue
RGB
96, 207, 255
HSL
198°, 100%, 69%
CMYK
62, 19, 0, 0
Luminance
0.5433
Every format
| HEX | #60cfff |
| RGB | rgb(96, 207, 255) |
| HSL | hsl(198, 100%, 69%) |
| CMYK | cmyk(62%, 19%, 0%, 0%) |
| LAB | lab(78.7 -17.8 -32.9) |
| LCH | lch(78.7 37.4 241.7) |
| OKLCH | oklch(0.808 0.121 229.3) |
Copy-ready code
/* CSS */
color: #60cfff;
background-color: #60cfff;
/* Tailwind (arbitrary) */
class="text-[#60cfff] bg-[#60cfff]"
/* SCSS */
$brand: #60cfff;
/* SwiftUI */
Color(red: 0.376, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#60cfff")Accessibility — WCAG contrast
Aa
#60cfff on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60cfff on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green81.2%
Blue100.0%
CMYK percentages
Cyan62.4%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#60cfff text on a black background
contrast 11.87:1
Card sample
#60cfff text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60cfff;
Background color
Panel with #60cfff background
background-color: #60cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60cfff; background: linear-gradient(135deg, #60cfff, #6065FF);