#60cdfb
a light, electric cyan · cool · closest name: skyblue
RGB
96, 205, 251
HSL
198°, 95%, 68%
CMYK
62, 18, 0, 2
Luminance
0.5311
Every format
| HEX | #60cdfb |
| RGB | rgb(96, 205, 251) |
| HSL | hsl(198, 95%, 68%) |
| CMYK | cmyk(62%, 18%, 0%, 2%) |
| LAB | lab(77.9 -17.9 -31.9) |
| LCH | lch(77.9 36.6 240.6) |
| OKLCH | oklch(0.802 0.119 228.6) |
Copy-ready code
/* CSS */
color: #60cdfb;
background-color: #60cdfb;
/* Tailwind (arbitrary) */
class="text-[#60cdfb] bg-[#60cdfb]"
/* SCSS */
$brand: #60cdfb;
/* SwiftUI */
Color(red: 0.376, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#60cdfb")Accessibility — WCAG contrast
Aa
#60cdfb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60cdfb on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green80.4%
Blue98.4%
CMYK percentages
Cyan61.8%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#60cdfb text on a black background
contrast 11.62:1
Card sample
#60cdfb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60cdfb;
Background color
Panel with #60cdfb background
background-color: #60cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60cdfb; background: linear-gradient(135deg, #60cdfb, #6065FB);