#60bdfb
a light, electric blue · cool · closest name: skyblue
RGB
96, 189, 251
HSL
204°, 95%, 68%
CMYK
62, 25, 0, 2
Luminance
0.4585
Every format
| HEX | #60bdfb |
| RGB | rgb(96, 189, 251) |
| HSL | hsl(204, 95%, 68%) |
| CMYK | cmyk(62%, 25%, 0%, 2%) |
| LAB | lab(73.4 -9.5 -38.9) |
| LCH | lch(73.4 40.0 256.3) |
| OKLCH | oklch(0.767 0.126 240.3) |
Copy-ready code
/* CSS */
color: #60bdfb;
background-color: #60bdfb;
/* Tailwind (arbitrary) */
class="text-[#60bdfb] bg-[#60bdfb]"
/* SCSS */
$brand: #60bdfb;
/* SwiftUI */
Color(red: 0.376, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#60bdfb")Accessibility — WCAG contrast
Aa
#60bdfb on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60bdfb on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green74.1%
Blue98.4%
CMYK percentages
Cyan61.8%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#60bdfb text on a black background
contrast 10.17:1
Card sample
#60bdfb text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60bdfb;
Background color
Panel with #60bdfb background
background-color: #60bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60bdfb; background: linear-gradient(135deg, #60bdfb, #6A60FB);