#60ade2
a balanced, vivid blue · cool · closest name: steelblue
RGB
96, 173, 226
HSL
205°, 69%, 63%
CMYK
58, 24, 0, 11
Luminance
0.3786
Every format
| HEX | #60ade2 |
| RGB | rgb(96, 173, 226) |
| HSL | hsl(205, 69%, 63%) |
| CMYK | cmyk(58%, 24%, 0%, 11%) |
| LAB | lab(67.9 -8.6 -33.9) |
| LCH | lch(67.9 34.9 255.8) |
| OKLCH | oklch(0.720 0.109 240.6) |
Copy-ready code
/* CSS */
color: #60ade2;
background-color: #60ade2;
/* Tailwind (arbitrary) */
class="text-[#60ade2] bg-[#60ade2]"
/* SCSS */
$brand: #60ade2;
/* SwiftUI */
Color(red: 0.376, green: 0.678, blue: 0.886)
/* Android */
Color.parseColor("#60ade2")Accessibility — WCAG contrast
Aa
#60ade2 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60ade2 on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green67.8%
Blue88.6%
CMYK percentages
Cyan57.5%
Magenta23.5%
Yellow0.0%
Key (black)11.4%
Color previews
#60ade2 text on a black background
contrast 8.57:1
Card sample
#60ade2 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60ade2;
Background color
Panel with #60ade2 background
background-color: #60ade2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60ade2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 173, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 173, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60ade2; background: linear-gradient(135deg, #60ade2, #6A60E2);