#60bcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
96, 188, 223
HSL
197°, 67%, 63%
CMYK
57, 16, 0, 13
Luminance
0.4378
Every format
| HEX | #60bcdf |
| RGB | rgb(96, 188, 223) |
| HSL | hsl(197, 67%, 63%) |
| CMYK | cmyk(57%, 16%, 0%, 13%) |
| LAB | lab(72.1 -17.5 -25.8) |
| LCH | lch(72.1 31.2 235.9) |
| OKLCH | oklch(0.752 0.101 225.5) |
Copy-ready code
/* CSS */
color: #60bcdf;
background-color: #60bcdf;
/* Tailwind (arbitrary) */
class="text-[#60bcdf] bg-[#60bcdf]"
/* SCSS */
$brand: #60bcdf;
/* SwiftUI */
Color(red: 0.376, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#60bcdf")Accessibility — WCAG contrast
Aa
#60bcdf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60bcdf on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green73.7%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#60bcdf text on a black background
contrast 9.76:1
Card sample
#60bcdf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60bcdf;
Background color
Panel with #60bcdf background
background-color: #60bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60bcdf; background: linear-gradient(135deg, #60bcdf, #6067DF);