#7c9acf
a balanced, vivid blue · cool · closest name: steelblue
RGB
124, 154, 207
HSL
218°, 46%, 65%
CMYK
40, 26, 0, 19
Luminance
0.3190
Every format
| HEX | #7c9acf |
| RGB | rgb(124, 154, 207) |
| HSL | hsl(218, 46%, 65%) |
| CMYK | cmyk(40%, 26%, 0%, 19%) |
| LAB | lab(63.3 3.0 -30.5) |
| LCH | lch(63.3 30.6 275.6) |
| OKLCH | oklch(0.684 0.086 261.5) |
Copy-ready code
/* CSS */
color: #7c9acf;
background-color: #7c9acf;
/* Tailwind (arbitrary) */
class="text-[#7c9acf] bg-[#7c9acf]"
/* SCSS */
$brand: #7c9acf;
/* SwiftUI */
Color(red: 0.486, green: 0.604, blue: 0.812)
/* Android */
Color.parseColor("#7c9acf")Accessibility — WCAG contrast
Aa
#7c9acf on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7c9acf on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green60.4%
Blue81.2%
CMYK percentages
Cyan40.1%
Magenta25.6%
Yellow0.0%
Key (black)18.8%
Color previews
#7c9acf text on a black background
contrast 7.38:1
Card sample
#7c9acf text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c9acf;
Background color
Panel with #7c9acf background
background-color: #7c9acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c9acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 154, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 154, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c9acf; background: linear-gradient(135deg, #7c9acf, #957CCF);