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