#60caeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
96, 202, 235
HSL
194°, 78%, 65%
CMYK
59, 14, 0, 8
Luminance
0.5073
Every format
| HEX | #60caeb |
| RGB | rgb(96, 202, 235) |
| HSL | hsl(194, 78%, 65%) |
| CMYK | cmyk(59%, 14%, 0%, 8%) |
| LAB | lab(76.5 -21.2 -25.5) |
| LCH | lch(76.5 33.2 230.3) |
| OKLCH | oklch(0.789 0.108 221.2) |
Copy-ready code
/* CSS */
color: #60caeb;
background-color: #60caeb;
/* Tailwind (arbitrary) */
class="text-[#60caeb] bg-[#60caeb]"
/* SCSS */
$brand: #60caeb;
/* SwiftUI */
Color(red: 0.376, green: 0.792, blue: 0.922)
/* Android */
Color.parseColor("#60caeb")Accessibility — WCAG contrast
Aa
#60caeb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60caeb on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green79.2%
Blue92.2%
CMYK percentages
Cyan59.1%
Magenta14.0%
Yellow0.0%
Key (black)7.8%
Color previews
#60caeb text on a black background
contrast 11.15:1
Card sample
#60caeb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60caeb;
Background color
Panel with #60caeb background
background-color: #60caeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60caeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 202, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 202, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60caeb; background: linear-gradient(135deg, #60caeb, #606DEB);