#7caade
a light, vivid blue · cool · closest name: steelblue
RGB
124, 170, 222
HSL
212°, 60%, 68%
CMYK
44, 23, 0, 13
Luminance
0.3831
Every format
| HEX | #7caade |
| RGB | rgb(124, 170, 222) |
| HSL | hsl(212, 60%, 68%) |
| CMYK | cmyk(44%, 23%, 0%, 13%) |
| LAB | lab(68.3 -1.8 -31.1) |
| LCH | lch(68.3 31.1 266.7) |
| OKLCH | oklch(0.725 0.091 252.1) |
Copy-ready code
/* CSS */
color: #7caade;
background-color: #7caade;
/* Tailwind (arbitrary) */
class="text-[#7caade] bg-[#7caade]"
/* SCSS */
$brand: #7caade;
/* SwiftUI */
Color(red: 0.486, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#7caade")Accessibility — WCAG contrast
Aa
#7caade on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7caade on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green66.7%
Blue87.1%
CMYK percentages
Cyan44.1%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#7caade text on a black background
contrast 8.66:1
Card sample
#7caade text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7caade;
Background color
Panel with #7caade background
background-color: #7caade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7caade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7caade; background: linear-gradient(135deg, #7caade, #8F7CDE);