#60baeb
a balanced, electric blue · cool · closest name: skyblue
RGB
96, 186, 235
HSL
201°, 78%, 65%
CMYK
59, 21, 0, 8
Luminance
0.4360
Every format
| HEX | #60baeb |
| RGB | rgb(96, 186, 235) |
| HSL | hsl(201, 78%, 65%) |
| CMYK | cmyk(59%, 21%, 0%, 8%) |
| LAB | lab(72.0 -12.8 -32.5) |
| LCH | lch(72.0 35.0 248.5) |
| OKLCH | oklch(0.753 0.111 234.7) |
Copy-ready code
/* CSS */
color: #60baeb;
background-color: #60baeb;
/* Tailwind (arbitrary) */
class="text-[#60baeb] bg-[#60baeb]"
/* SCSS */
$brand: #60baeb;
/* SwiftUI */
Color(red: 0.376, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#60baeb")Accessibility — WCAG contrast
Aa
#60baeb on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60baeb on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green72.9%
Blue92.2%
CMYK percentages
Cyan59.1%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#60baeb text on a black background
contrast 9.72:1
Card sample
#60baeb text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60baeb;
Background color
Panel with #60baeb background
background-color: #60baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60baeb; background: linear-gradient(135deg, #60baeb, #6360EB);