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