#60c5fd
a light, electric blue · cool · closest name: skyblue
RGB
96, 197, 253
HSL
201°, 98%, 68%
CMYK
62, 22, 0, 1
Luminance
0.4951
Every format
| HEX | #60c5fd |
| RGB | rgb(96, 197, 253) |
| HSL | hsl(201, 98%, 68%) |
| CMYK | cmyk(62%, 22%, 0%, 1%) |
| LAB | lab(75.8 -13.2 -36.3) |
| LCH | lch(75.8 38.6 250.1) |
| OKLCH | oklch(0.785 0.123 235.6) |
Copy-ready code
/* CSS */
color: #60c5fd;
background-color: #60c5fd;
/* Tailwind (arbitrary) */
class="text-[#60c5fd] bg-[#60c5fd]"
/* SCSS */
$brand: #60c5fd;
/* SwiftUI */
Color(red: 0.376, green: 0.773, blue: 0.992)
/* Android */
Color.parseColor("#60c5fd")Accessibility — WCAG contrast
Aa
#60c5fd on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60c5fd on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green77.3%
Blue99.2%
CMYK percentages
Cyan62.1%
Magenta22.1%
Yellow0.0%
Key (black)0.8%
Color previews
#60c5fd text on a black background
contrast 10.90:1
Card sample
#60c5fd text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60c5fd;
Background color
Panel with #60c5fd background
background-color: #60c5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60c5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 197, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 197, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60c5fd; background: linear-gradient(135deg, #60c5fd, #6460FD);