#60acfd
a light, electric blue · cool · closest name: dodgerblue
RGB
96, 172, 253
HSL
211°, 98%, 68%
CMYK
62, 32, 0, 1
Luminance
0.3908
Every format
| HEX | #60acfd |
| RGB | rgb(96, 172, 253) |
| HSL | hsl(211, 98%, 68%) |
| CMYK | cmyk(62%, 32%, 0%, 1%) |
| LAB | lab(68.8 0.5 -47.2) |
| LCH | lch(68.8 47.2 270.6) |
| OKLCH | oklch(0.730 0.141 251.6) |
Copy-ready code
/* CSS */
color: #60acfd;
background-color: #60acfd;
/* Tailwind (arbitrary) */
class="text-[#60acfd] bg-[#60acfd]"
/* SCSS */
$brand: #60acfd;
/* SwiftUI */
Color(red: 0.376, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#60acfd")Accessibility — WCAG contrast
Aa
#60acfd on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60acfd on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green67.5%
Blue99.2%
CMYK percentages
Cyan62.1%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#60acfd text on a black background
contrast 8.82:1
Card sample
#60acfd text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60acfd;
Background color
Panel with #60acfd background
background-color: #60acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60acfd; background: linear-gradient(135deg, #60acfd, #7D60FD);