#7ca8cc
a balanced, soft blue · cool · closest name: skyblue
RGB
124, 168, 204
HSL
207°, 44%, 64%
CMYK
39, 18, 0, 20
Luminance
0.3665
Every format
| HEX | #7ca8cc |
| RGB | rgb(124, 168, 204) |
| HSL | hsl(207, 44%, 64%) |
| CMYK | cmyk(39%, 18%, 0%, 20%) |
| LAB | lab(67.0 -5.6 -23.0) |
| LCH | lch(67.0 23.7 256.2) |
| OKLCH | oklch(0.713 0.071 243.7) |
Copy-ready code
/* CSS */
color: #7ca8cc;
background-color: #7ca8cc;
/* Tailwind (arbitrary) */
class="text-[#7ca8cc] bg-[#7ca8cc]"
/* SCSS */
$brand: #7ca8cc;
/* SwiftUI */
Color(red: 0.486, green: 0.659, blue: 0.800)
/* Android */
Color.parseColor("#7ca8cc")Accessibility — WCAG contrast
Aa
#7ca8cc on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ca8cc on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green65.9%
Blue80.0%
CMYK percentages
Cyan39.2%
Magenta17.6%
Yellow0.0%
Key (black)20.0%
Color previews
#7ca8cc text on a black background
contrast 8.33:1
Card sample
#7ca8cc text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ca8cc;
Background color
Panel with #7ca8cc background
background-color: #7ca8cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ca8cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 168, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 168, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ca8cc; background: linear-gradient(135deg, #7ca8cc, #857CCC);