#60c9ff
a light, electric blue · cool · closest name: skyblue
RGB
96, 201, 255
HSL
200°, 100%, 69%
CMYK
62, 21, 0, 0
Luminance
0.5148
Every format
| HEX | #60c9ff |
| RGB | rgb(96, 201, 255) |
| HSL | hsl(200, 100%, 69%) |
| CMYK | cmyk(62%, 21%, 0%, 0%) |
| LAB | lab(77.0 -14.7 -35.5) |
| LCH | lch(77.0 38.5 247.6) |
| OKLCH | oklch(0.795 0.123 233.7) |
Copy-ready code
/* CSS */
color: #60c9ff;
background-color: #60c9ff;
/* Tailwind (arbitrary) */
class="text-[#60c9ff] bg-[#60c9ff]"
/* SCSS */
$brand: #60c9ff;
/* SwiftUI */
Color(red: 0.376, green: 0.788, blue: 1.000)
/* Android */
Color.parseColor("#60c9ff")Accessibility — WCAG contrast
Aa
#60c9ff on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60c9ff on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green78.8%
Blue100.0%
CMYK percentages
Cyan62.4%
Magenta21.2%
Yellow0.0%
Key (black)0.0%
Color previews
#60c9ff text on a black background
contrast 11.30:1
Card sample
#60c9ff text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60c9ff;
Background color
Panel with #60c9ff background
background-color: #60c9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60c9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 201, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 201, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60c9ff; background: linear-gradient(135deg, #60c9ff, #6160FF);