#60acdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
96, 172, 223
HSL
204°, 67%, 63%
CMYK
57, 23, 0, 13
Luminance
0.3732
Every format
| HEX | #60acdf |
| RGB | rgb(96, 172, 223) |
| HSL | hsl(204, 67%, 63%) |
| CMYK | cmyk(57%, 23%, 0%, 13%) |
| LAB | lab(67.5 -8.9 -32.9) |
| LCH | lch(67.5 34.0 254.8) |
| OKLCH | oklch(0.716 0.106 239.9) |
Copy-ready code
/* CSS */
color: #60acdf;
background-color: #60acdf;
/* Tailwind (arbitrary) */
class="text-[#60acdf] bg-[#60acdf]"
/* SCSS */
$brand: #60acdf;
/* SwiftUI */
Color(red: 0.376, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#60acdf")Accessibility — WCAG contrast
Aa
#60acdf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60acdf on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green67.5%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#60acdf text on a black background
contrast 8.46:1
Card sample
#60acdf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60acdf;
Background color
Panel with #60acdf background
background-color: #60acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60acdf; background: linear-gradient(135deg, #60acdf, #6860DF);