#7c9fdf
a light, vivid blue · cool · closest name: steelblue
RGB
124, 159, 223
HSL
219°, 61%, 68%
CMYK
44, 29, 0, 13
Luminance
0.3441
Every format
| HEX | #7c9fdf |
| RGB | rgb(124, 159, 223) |
| HSL | hsl(219, 61%, 68%) |
| CMYK | cmyk(44%, 29%, 0%, 13%) |
| LAB | lab(65.3 4.7 -36.2) |
| LCH | lch(65.3 36.5 277.3) |
| OKLCH | oklch(0.702 0.102 262.0) |
Copy-ready code
/* CSS */
color: #7c9fdf;
background-color: #7c9fdf;
/* Tailwind (arbitrary) */
class="text-[#7c9fdf] bg-[#7c9fdf]"
/* SCSS */
$brand: #7c9fdf;
/* SwiftUI */
Color(red: 0.486, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#7c9fdf")Accessibility — WCAG contrast
Aa
#7c9fdf on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7c9fdf on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green62.4%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#7c9fdf text on a black background
contrast 7.88:1
Card sample
#7c9fdf text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c9fdf;
Background color
Panel with #7c9fdf background
background-color: #7c9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c9fdf; background: linear-gradient(135deg, #7c9fdf, #9B7CDF);