#6caade
a balanced, vivid blue · cool · closest name: steelblue
RGB
108, 170, 222
HSL
207°, 63%, 65%
CMYK
51, 23, 0, 13
Luminance
0.3721
Every format
| HEX | #6caade |
| RGB | rgb(108, 170, 222) |
| HSL | hsl(207, 63%, 65%) |
| CMYK | cmyk(51%, 23%, 0%, 13%) |
| LAB | lab(67.4 -5.6 -32.4) |
| LCH | lch(67.4 32.9 260.2) |
| OKLCH | oklch(0.717 0.100 245.1) |
Copy-ready code
/* CSS */
color: #6caade;
background-color: #6caade;
/* Tailwind (arbitrary) */
class="text-[#6caade] bg-[#6caade]"
/* SCSS */
$brand: #6caade;
/* SwiftUI */
Color(red: 0.424, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#6caade")Accessibility — WCAG contrast
Aa
#6caade on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6caade on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green66.7%
Blue87.1%
CMYK percentages
Cyan51.4%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#6caade text on a black background
contrast 8.44:1
Card sample
#6caade text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6caade;
Background color
Panel with #6caade background
background-color: #6caade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6caade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6caade; background: linear-gradient(135deg, #6caade, #7A6CDE);