#7f5cff
a light, electric blue · warm · closest name: slateblue
RGB
127, 92, 255
HSL
253°, 100%, 68%
CMYK
50, 64, 0, 0
Luminance
0.1939
Every format
| HEX | #7f5cff |
| RGB | rgb(127, 92, 255) |
| HSL | hsl(253, 100%, 68%) |
| CMYK | cmyk(50%, 64%, 0%, 0%) |
| LAB | lab(51.1 53.4 -76.5) |
| LCH | lch(51.1 93.3 304.9) |
| OKLCH | oklch(0.602 0.230 287.2) |
Copy-ready code
/* CSS */
color: #7f5cff;
background-color: #7f5cff;
/* Tailwind (arbitrary) */
class="text-[#7f5cff] bg-[#7f5cff]"
/* SCSS */
$brand: #7f5cff;
/* SwiftUI */
Color(red: 0.498, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#7f5cff")Accessibility — WCAG contrast
Aa
#7f5cff on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f5cff on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green36.1%
Blue100.0%
CMYK percentages
Cyan50.2%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#7f5cff text on a black background
contrast 4.88:1
Card sample
#7f5cff text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f5cff;
Background color
Panel with #7f5cff background
background-color: #7f5cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f5cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f5cff; background: linear-gradient(135deg, #7f5cff, #EC5CFF);