#7c9ddf
a light, vivid blue · cool · closest name: steelblue
RGB
124, 157, 223
HSL
220°, 61%, 68%
CMYK
44, 30, 0, 13
Luminance
0.3373
Every format
| HEX | #7c9ddf |
| RGB | rgb(124, 157, 223) |
| HSL | hsl(220, 61%, 68%) |
| CMYK | cmyk(44%, 30%, 0%, 13%) |
| LAB | lab(64.7 5.8 -37.0) |
| LCH | lch(64.7 37.5 278.9) |
| OKLCH | oklch(0.698 0.104 263.5) |
Copy-ready code
/* CSS */
color: #7c9ddf;
background-color: #7c9ddf;
/* Tailwind (arbitrary) */
class="text-[#7c9ddf] bg-[#7c9ddf]"
/* SCSS */
$brand: #7c9ddf;
/* SwiftUI */
Color(red: 0.486, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#7c9ddf")Accessibility — WCAG contrast
Aa
#7c9ddf on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7c9ddf on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green61.6%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta29.6%
Yellow0.0%
Key (black)12.5%
Color previews
#7c9ddf text on a black background
contrast 7.75:1
Card sample
#7c9ddf text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c9ddf;
Background color
Panel with #7c9ddf background
background-color: #7c9ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c9ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c9ddf; background: linear-gradient(135deg, #7c9ddf, #9D7CDF);