#60afba
a balanced, soft cyan · cool · closest name: skyblue
RGB
96, 175, 186
HSL
187°, 40%, 55%
CMYK
48, 6, 0, 27
Luminance
0.3669
Every format
| HEX | #60afba |
| RGB | rgb(96, 175, 186) |
| HSL | hsl(187, 40%, 55%) |
| CMYK | cmyk(48%, 6%, 0%, 27%) |
| LAB | lab(67.0 -21.3 -13.2) |
| LCH | lch(67.0 25.0 211.7) |
| OKLCH | oklch(0.708 0.079 207.2) |
Copy-ready code
/* CSS */
color: #60afba;
background-color: #60afba;
/* Tailwind (arbitrary) */
class="text-[#60afba] bg-[#60afba]"
/* SCSS */
$brand: #60afba;
/* SwiftUI */
Color(red: 0.376, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#60afba")Accessibility — WCAG contrast
Aa
#60afba on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60afba on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green68.6%
Blue72.9%
CMYK percentages
Cyan48.4%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#60afba text on a black background
contrast 8.34:1
Card sample
#60afba text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60afba;
Background color
Panel with #60afba background
background-color: #60afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60afba; background: linear-gradient(135deg, #60afba, #6073BA);