#7c7ace
a balanced, vivid blue · warm · closest name: slateblue
RGB
124, 122, 206
HSL
241°, 46%, 64%
CMYK
40, 41, 0, 19
Luminance
0.2266
Every format
| HEX | #7c7ace |
| RGB | rgb(124, 122, 206) |
| HSL | hsl(241, 46%, 64%) |
| CMYK | cmyk(40%, 41%, 0%, 19%) |
| LAB | lab(54.7 21.4 -43.3) |
| LCH | lch(54.7 48.3 296.4) |
| OKLCH | oklch(0.618 0.125 283.2) |
Copy-ready code
/* CSS */
color: #7c7ace;
background-color: #7c7ace;
/* Tailwind (arbitrary) */
class="text-[#7c7ace] bg-[#7c7ace]"
/* SCSS */
$brand: #7c7ace;
/* SwiftUI */
Color(red: 0.486, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#7c7ace")Accessibility — WCAG contrast
Aa
#7c7ace on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c7ace on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green47.8%
Blue80.8%
CMYK percentages
Cyan39.8%
Magenta40.8%
Yellow0.0%
Key (black)19.2%
Color previews
#7c7ace text on a black background
contrast 5.53:1
Card sample
#7c7ace text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c7ace;
Background color
Panel with #7c7ace background
background-color: #7c7ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c7ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c7ace; background: linear-gradient(135deg, #7c7ace, #B47ACE);