#60dbeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
96, 219, 235
HSL
187°, 78%, 65%
CMYK
59, 7, 0, 8
Luminance
0.5915
Every format
| HEX | #60dbeb |
| RGB | rgb(96, 219, 235) |
| HSL | hsl(187, 78%, 65%) |
| CMYK | cmyk(59%, 7%, 0%, 8%) |
| LAB | lab(81.4 -29.6 -18.1) |
| LCH | lch(81.4 34.7 211.5) |
| OKLCH | oklch(0.828 0.111 206.9) |
Copy-ready code
/* CSS */
color: #60dbeb;
background-color: #60dbeb;
/* Tailwind (arbitrary) */
class="text-[#60dbeb] bg-[#60dbeb]"
/* SCSS */
$brand: #60dbeb;
/* SwiftUI */
Color(red: 0.376, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#60dbeb")Accessibility — WCAG contrast
Aa
#60dbeb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60dbeb on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green85.9%
Blue92.2%
CMYK percentages
Cyan59.1%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#60dbeb text on a black background
contrast 12.83:1
Card sample
#60dbeb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60dbeb;
Background color
Panel with #60dbeb background
background-color: #60dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60dbeb; background: linear-gradient(135deg, #60dbeb, #607EEB);