#60cfea
a balanced, electric cyan · cool · closest name: skyblue
RGB
96, 207, 234
HSL
192°, 77%, 65%
CMYK
59, 12, 0, 8
Luminance
0.5305
Every format
| HEX | #60cfea |
| RGB | rgb(96, 207, 234) |
| HSL | hsl(192, 77%, 65%) |
| CMYK | cmyk(59%, 12%, 0%, 8%) |
| LAB | lab(77.9 -24.0 -22.9) |
| LCH | lch(77.9 33.1 223.7) |
| OKLCH | oklch(0.800 0.107 216.2) |
Copy-ready code
/* CSS */
color: #60cfea;
background-color: #60cfea;
/* Tailwind (arbitrary) */
class="text-[#60cfea] bg-[#60cfea]"
/* SCSS */
$brand: #60cfea;
/* SwiftUI */
Color(red: 0.376, green: 0.812, blue: 0.918)
/* Android */
Color.parseColor("#60cfea")Accessibility — WCAG contrast
Aa
#60cfea on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60cfea on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green81.2%
Blue91.8%
CMYK percentages
Cyan59.0%
Magenta11.5%
Yellow0.0%
Key (black)8.2%
Color previews
#60cfea text on a black background
contrast 11.61:1
Card sample
#60cfea text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60cfea;
Background color
Panel with #60cfea background
background-color: #60cfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60cfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 207, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 207, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60cfea; background: linear-gradient(135deg, #60cfea, #6073EA);