#60ade4
a balanced, vivid blue · cool · closest name: steelblue
RGB
96, 173, 228
HSL
205°, 71%, 64%
CMYK
58, 24, 0, 11
Luminance
0.3798
Every format
| HEX | #60ade4 |
| RGB | rgb(96, 173, 228) |
| HSL | hsl(205, 71%, 64%) |
| CMYK | cmyk(58%, 24%, 0%, 11%) |
| LAB | lab(68.0 -8.0 -34.8) |
| LCH | lch(68.0 35.7 257.1) |
| OKLCH | oklch(0.720 0.111 241.6) |
Copy-ready code
/* CSS */
color: #60ade4;
background-color: #60ade4;
/* Tailwind (arbitrary) */
class="text-[#60ade4] bg-[#60ade4]"
/* SCSS */
$brand: #60ade4;
/* SwiftUI */
Color(red: 0.376, green: 0.678, blue: 0.894)
/* Android */
Color.parseColor("#60ade4")Accessibility — WCAG contrast
Aa
#60ade4 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60ade4 on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green67.8%
Blue89.4%
CMYK percentages
Cyan57.9%
Magenta24.1%
Yellow0.0%
Key (black)10.6%
Color previews
#60ade4 text on a black background
contrast 8.60:1
Card sample
#60ade4 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60ade4;
Background color
Panel with #60ade4 background
background-color: #60ade4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60ade4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 173, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 173, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60ade4; background: linear-gradient(135deg, #60ade4, #6B60E4);