#60bafd
a light, electric blue · cool · closest name: skyblue
RGB
96, 186, 253
HSL
206°, 98%, 68%
CMYK
62, 27, 0, 1
Luminance
0.4470
Every format
| HEX | #60bafd |
| RGB | rgb(96, 186, 253) |
| HSL | hsl(206, 98%, 68%) |
| CMYK | cmyk(62%, 27%, 0%, 1%) |
| LAB | lab(72.7 -7.3 -41.1) |
| LCH | lch(72.7 41.8 260.0) |
| OKLCH | oklch(0.761 0.130 243.2) |
Copy-ready code
/* CSS */
color: #60bafd;
background-color: #60bafd;
/* Tailwind (arbitrary) */
class="text-[#60bafd] bg-[#60bafd]"
/* SCSS */
$brand: #60bafd;
/* SwiftUI */
Color(red: 0.376, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#60bafd")Accessibility — WCAG contrast
Aa
#60bafd on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60bafd on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green72.9%
Blue99.2%
CMYK percentages
Cyan62.1%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#60bafd text on a black background
contrast 9.94:1
Card sample
#60bafd text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60bafd;
Background color
Panel with #60bafd background
background-color: #60bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60bafd; background: linear-gradient(135deg, #60bafd, #6F60FD);