#7f2cea
a balanced, electric violet · warm · closest name: blue
RGB
127, 44, 234
HSL
266°, 82%, 55%
CMYK
46, 81, 0, 8
Luminance
0.1225
Every format
| HEX | #7f2cea |
| RGB | rgb(127, 44, 234) |
| HSL | hsl(266, 82%, 55%) |
| CMYK | cmyk(46%, 81%, 0%, 8%) |
| LAB | lab(41.6 69.9 -80.3) |
| LCH | lch(41.6 106.4 311.0) |
| OKLCH | oklch(0.529 0.256 295.8) |
Copy-ready code
/* CSS */
color: #7f2cea;
background-color: #7f2cea;
/* Tailwind (arbitrary) */
class="text-[#7f2cea] bg-[#7f2cea]"
/* SCSS */
$brand: #7f2cea;
/* SwiftUI */
Color(red: 0.498, green: 0.173, blue: 0.918)
/* Android */
Color.parseColor("#7f2cea")Accessibility — WCAG contrast
Aa
#7f2cea on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f2cea on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green17.3%
Blue91.8%
CMYK percentages
Cyan45.7%
Magenta81.2%
Yellow0.0%
Key (black)8.2%
Color previews
#7f2cea text on a black background
contrast 3.45:1
Card sample
#7f2cea text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f2cea;
Background color
Panel with #7f2cea background
background-color: #7f2cea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f2cea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 44, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 44, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f2cea; background: linear-gradient(135deg, #7f2cea, #EA2CD6);