#60ebfd
a light, electric cyan · cool · closest name: cyan
RGB
96, 235, 253
HSL
187°, 98%, 68%
CMYK
62, 7, 0, 1
Luminance
0.6900
Every format
| HEX | #60ebfd |
| RGB | rgb(96, 235, 253) |
| HSL | hsl(187, 98%, 68%) |
| CMYK | cmyk(62%, 7%, 0%, 1%) |
| LAB | lab(86.5 -32.2 -19.9) |
| LCH | lch(86.5 37.9 211.7) |
| OKLCH | oklch(0.871 0.121 207.1) |
Copy-ready code
/* CSS */
color: #60ebfd;
background-color: #60ebfd;
/* Tailwind (arbitrary) */
class="text-[#60ebfd] bg-[#60ebfd]"
/* SCSS */
$brand: #60ebfd;
/* SwiftUI */
Color(red: 0.376, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#60ebfd")Accessibility — WCAG contrast
Aa
#60ebfd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60ebfd on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green92.2%
Blue99.2%
CMYK percentages
Cyan62.1%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#60ebfd text on a black background
contrast 14.80:1
Card sample
#60ebfd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60ebfd;
Background color
Panel with #60ebfd background
background-color: #60ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60ebfd; background: linear-gradient(135deg, #60ebfd, #6082FD);