#60cdff
a light, electric cyan · cool · closest name: skyblue
RGB
96, 205, 255
HSL
199°, 100%, 69%
CMYK
62, 20, 0, 0
Luminance
0.5337
Every format
| HEX | #60cdff |
| RGB | rgb(96, 205, 255) |
| HSL | hsl(199, 100%, 69%) |
| CMYK | cmyk(62%, 20%, 0%, 0%) |
| LAB | lab(78.1 -16.7 -33.8) |
| LCH | lch(78.1 37.7 243.7) |
| OKLCH | oklch(0.804 0.122 230.8) |
Copy-ready code
/* CSS */
color: #60cdff;
background-color: #60cdff;
/* Tailwind (arbitrary) */
class="text-[#60cdff] bg-[#60cdff]"
/* SCSS */
$brand: #60cdff;
/* SwiftUI */
Color(red: 0.376, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#60cdff")Accessibility — WCAG contrast
Aa
#60cdff on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60cdff on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green80.4%
Blue100.0%
CMYK percentages
Cyan62.4%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#60cdff text on a black background
contrast 11.67:1
Card sample
#60cdff text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60cdff;
Background color
Panel with #60cdff background
background-color: #60cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60cdff; background: linear-gradient(135deg, #60cdff, #6063FF);