#7c97df
a light, vivid blue · cool · closest name: steelblue
RGB
124, 151, 223
HSL
224°, 61%, 68%
CMYK
44, 32, 0, 13
Luminance
0.3175
Every format
| HEX | #7c97df |
| RGB | rgb(124, 151, 223) |
| HSL | hsl(224, 61%, 68%) |
| CMYK | cmyk(44%, 32%, 0%, 13%) |
| LAB | lab(63.1 9.3 -39.6) |
| LCH | lch(63.1 40.6 283.2) |
| OKLCH | oklch(0.685 0.111 267.8) |
Copy-ready code
/* CSS */
color: #7c97df;
background-color: #7c97df;
/* Tailwind (arbitrary) */
class="text-[#7c97df] bg-[#7c97df]"
/* SCSS */
$brand: #7c97df;
/* SwiftUI */
Color(red: 0.486, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#7c97df")Accessibility — WCAG contrast
Aa
#7c97df on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7c97df on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green59.2%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7c97df text on a black background
contrast 7.35:1
Card sample
#7c97df text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c97df;
Background color
Panel with #7c97df background
background-color: #7c97df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c97df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c97df; background: linear-gradient(135deg, #7c97df, #A37CDF);