#60abeb
a balanced, electric blue · cool · closest name: steelblue
RGB
96, 171, 235
HSL
208°, 78%, 65%
CMYK
59, 27, 0, 8
Luminance
0.3761
Every format
| HEX | #60abeb |
| RGB | rgb(96, 171, 235) |
| HSL | hsl(208, 78%, 65%) |
| CMYK | cmyk(59%, 27%, 0%, 8%) |
| LAB | lab(67.7 -4.7 -39.1) |
| LCH | lch(67.7 39.4 263.2) |
| OKLCH | oklch(0.719 0.120 246.2) |
Copy-ready code
/* CSS */
color: #60abeb;
background-color: #60abeb;
/* Tailwind (arbitrary) */
class="text-[#60abeb] bg-[#60abeb]"
/* SCSS */
$brand: #60abeb;
/* SwiftUI */
Color(red: 0.376, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#60abeb")Accessibility — WCAG contrast
Aa
#60abeb on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60abeb on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green67.1%
Blue92.2%
CMYK percentages
Cyan59.1%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#60abeb text on a black background
contrast 8.52:1
Card sample
#60abeb text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60abeb;
Background color
Panel with #60abeb background
background-color: #60abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60abeb; background: linear-gradient(135deg, #60abeb, #7260EB);