#7c97cb
a balanced, soft blue · cool · closest name: steelblue
RGB
124, 151, 203
HSL
220°, 43%, 64%
CMYK
39, 26, 0, 20
Luminance
0.3073
Every format
| HEX | #7c97cb |
| RGB | rgb(124, 151, 203) |
| HSL | hsl(220, 43%, 64%) |
| CMYK | cmyk(39%, 26%, 0%, 20%) |
| LAB | lab(62.3 3.6 -29.8) |
| LCH | lch(62.3 30.0 276.9) |
| OKLCH | oklch(0.676 0.083 263.1) |
Copy-ready code
/* CSS */
color: #7c97cb;
background-color: #7c97cb;
/* Tailwind (arbitrary) */
class="text-[#7c97cb] bg-[#7c97cb]"
/* SCSS */
$brand: #7c97cb;
/* SwiftUI */
Color(red: 0.486, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#7c97cb")Accessibility — WCAG contrast
Aa
#7c97cb on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7c97cb on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green59.2%
Blue79.6%
CMYK percentages
Cyan38.9%
Magenta25.6%
Yellow0.0%
Key (black)20.4%
Color previews
#7c97cb text on a black background
contrast 7.15:1
Card sample
#7c97cb text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c97cb;
Background color
Panel with #7c97cb background
background-color: #7c97cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c97cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c97cb; background: linear-gradient(135deg, #7c97cb, #967CCB);