#60c0cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
96, 192, 207
HSL
188°, 54%, 59%
CMYK
54, 7, 0, 19
Luminance
0.4469
Every format
| HEX | #60c0cf |
| RGB | rgb(96, 192, 207) |
| HSL | hsl(188, 54%, 59%) |
| CMYK | cmyk(54%, 7%, 0%, 19%) |
| LAB | lab(72.7 -24.1 -16.2) |
| LCH | lch(72.7 29.1 213.9) |
| OKLCH | oklch(0.755 0.093 208.8) |
Copy-ready code
/* CSS */
color: #60c0cf;
background-color: #60c0cf;
/* Tailwind (arbitrary) */
class="text-[#60c0cf] bg-[#60c0cf]"
/* SCSS */
$brand: #60c0cf;
/* SwiftUI */
Color(red: 0.376, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#60c0cf")Accessibility — WCAG contrast
Aa
#60c0cf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60c0cf on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green75.3%
Blue81.2%
CMYK percentages
Cyan53.6%
Magenta7.2%
Yellow0.0%
Key (black)18.8%
Color previews
#60c0cf text on a black background
contrast 9.94:1
Card sample
#60c0cf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60c0cf;
Background color
Panel with #60c0cf background
background-color: #60c0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60c0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60c0cf; background: linear-gradient(135deg, #60c0cf, #6076CF);