#7c84cf
a balanced, vivid blue · warm · closest name: steelblue
RGB
124, 132, 207
HSL
234°, 46%, 65%
CMYK
40, 36, 0, 19
Luminance
0.2529
Every format
| HEX | #7c84cf |
| RGB | rgb(124, 132, 207) |
| HSL | hsl(234, 46%, 65%) |
| CMYK | cmyk(40%, 36%, 0%, 19%) |
| LAB | lab(57.4 15.8 -39.7) |
| LCH | lch(57.4 42.7 291.7) |
| OKLCH | oklch(0.638 0.113 278.1) |
Copy-ready code
/* CSS */
color: #7c84cf;
background-color: #7c84cf;
/* Tailwind (arbitrary) */
class="text-[#7c84cf] bg-[#7c84cf]"
/* SCSS */
$brand: #7c84cf;
/* SwiftUI */
Color(red: 0.486, green: 0.518, blue: 0.812)
/* Android */
Color.parseColor("#7c84cf")Accessibility — WCAG contrast
Aa
#7c84cf on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c84cf on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green51.8%
Blue81.2%
CMYK percentages
Cyan40.1%
Magenta36.2%
Yellow0.0%
Key (black)18.8%
Color previews
#7c84cf text on a black background
contrast 6.06:1
Card sample
#7c84cf text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c84cf;
Background color
Panel with #7c84cf background
background-color: #7c84cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c84cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 132, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 132, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c84cf; background: linear-gradient(135deg, #7c84cf, #AB7CCF);