#7f6af4
a light, electric blue · warm · closest name: slateblue
RGB
127, 106, 244
HSL
249°, 86%, 69%
CMYK
48, 57, 0, 4
Luminance
0.2135
Every format
| HEX | #7f6af4 |
| RGB | rgb(127, 106, 244) |
| HSL | hsl(249, 86%, 69%) |
| CMYK | cmyk(48%, 57%, 0%, 4%) |
| LAB | lab(53.3 42.5 -66.8) |
| LCH | lch(53.3 79.2 302.4) |
| OKLCH | oklch(0.615 0.199 285.9) |
Copy-ready code
/* CSS */
color: #7f6af4;
background-color: #7f6af4;
/* Tailwind (arbitrary) */
class="text-[#7f6af4] bg-[#7f6af4]"
/* SCSS */
$brand: #7f6af4;
/* SwiftUI */
Color(red: 0.498, green: 0.416, blue: 0.957)
/* Android */
Color.parseColor("#7f6af4")Accessibility — WCAG contrast
Aa
#7f6af4 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f6af4 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green41.6%
Blue95.7%
CMYK percentages
Cyan48.0%
Magenta56.6%
Yellow0.0%
Key (black)4.3%
Color previews
#7f6af4 text on a black background
contrast 5.27:1
Card sample
#7f6af4 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f6af4;
Background color
Panel with #7f6af4 background
background-color: #7f6af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f6af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 106, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 106, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f6af4; background: linear-gradient(135deg, #7f6af4, #DB6AF4);