#60acef
a light, electric blue · cool · closest name: steelblue
RGB
96, 172, 239
HSL
208°, 82%, 66%
CMYK
60, 28, 0, 6
Luminance
0.3822
Every format
| HEX | #60acef |
| RGB | rgb(96, 172, 239) |
| HSL | hsl(208, 82%, 66%) |
| CMYK | cmyk(60%, 28%, 0%, 6%) |
| LAB | lab(68.2 -4.0 -40.6) |
| LCH | lch(68.2 40.8 264.4) |
| OKLCH | oklch(0.723 0.124 247.1) |
Copy-ready code
/* CSS */
color: #60acef;
background-color: #60acef;
/* Tailwind (arbitrary) */
class="text-[#60acef] bg-[#60acef]"
/* SCSS */
$brand: #60acef;
/* SwiftUI */
Color(red: 0.376, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#60acef")Accessibility — WCAG contrast
Aa
#60acef on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60acef on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green67.5%
Blue93.7%
CMYK percentages
Cyan59.8%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#60acef text on a black background
contrast 8.64:1
Card sample
#60acef text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60acef;
Background color
Panel with #60acef background
background-color: #60acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60acef; background: linear-gradient(135deg, #60acef, #7360EF);