#7f6df1
a light, electric blue · warm · closest name: slateblue
RGB
127, 109, 241
HSL
248°, 83%, 69%
CMYK
47, 55, 0, 6
Luminance
0.2180
Every format
| HEX | #7f6df1 |
| RGB | rgb(127, 109, 241) |
| HSL | hsl(248, 83%, 69%) |
| CMYK | cmyk(47%, 55%, 0%, 6%) |
| LAB | lab(53.8 39.9 -64.4) |
| LCH | lch(53.8 75.7 301.8) |
| OKLCH | oklch(0.618 0.191 285.6) |
Copy-ready code
/* CSS */
color: #7f6df1;
background-color: #7f6df1;
/* Tailwind (arbitrary) */
class="text-[#7f6df1] bg-[#7f6df1]"
/* SCSS */
$brand: #7f6df1;
/* SwiftUI */
Color(red: 0.498, green: 0.427, blue: 0.945)
/* Android */
Color.parseColor("#7f6df1")Accessibility — WCAG contrast
Aa
#7f6df1 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f6df1 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green42.7%
Blue94.5%
CMYK percentages
Cyan47.3%
Magenta54.8%
Yellow0.0%
Key (black)5.5%
Color previews
#7f6df1 text on a black background
contrast 5.36:1
Card sample
#7f6df1 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f6df1;
Background color
Panel with #7f6df1 background
background-color: #7f6df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f6df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 109, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 109, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f6df1; background: linear-gradient(135deg, #7f6df1, #D76DF1);