#7ca8e9
a light, vivid blue · cool · closest name: steelblue
RGB
124, 168, 233
HSL
216°, 71%, 70%
CMYK
47, 28, 0, 9
Luminance
0.3817
Every format
| HEX | #7ca8e9 |
| RGB | rgb(124, 168, 233) |
| HSL | hsl(216, 71%, 70%) |
| CMYK | cmyk(47%, 28%, 0%, 9%) |
| LAB | lab(68.2 2.4 -37.3) |
| LCH | lch(68.2 37.3 273.7) |
| OKLCH | oklch(0.726 0.107 258.0) |
Copy-ready code
/* CSS */
color: #7ca8e9;
background-color: #7ca8e9;
/* Tailwind (arbitrary) */
class="text-[#7ca8e9] bg-[#7ca8e9]"
/* SCSS */
$brand: #7ca8e9;
/* SwiftUI */
Color(red: 0.486, green: 0.659, blue: 0.914)
/* Android */
Color.parseColor("#7ca8e9")Accessibility — WCAG contrast
Aa
#7ca8e9 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ca8e9 on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green65.9%
Blue91.4%
CMYK percentages
Cyan46.8%
Magenta27.9%
Yellow0.0%
Key (black)8.6%
Color previews
#7ca8e9 text on a black background
contrast 8.63:1
Card sample
#7ca8e9 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ca8e9;
Background color
Panel with #7ca8e9 background
background-color: #7ca8e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ca8e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 168, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 168, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ca8e9; background: linear-gradient(135deg, #7ca8e9, #997CE9);