#7f2cee
a balanced, electric violet · warm · closest name: blue
RGB
127, 44, 238
HSL
266°, 85%, 55%
CMYK
47, 82, 0, 7
Luminance
0.1249
Every format
| HEX | #7f2cee |
| RGB | rgb(127, 44, 238) |
| HSL | hsl(266, 85%, 55%) |
| CMYK | cmyk(47%, 82%, 0%, 7%) |
| LAB | lab(42.0 70.8 -82.0) |
| LCH | lch(42.0 108.3 310.8) |
| OKLCH | oklch(0.532 0.260 295.0) |
Copy-ready code
/* CSS */
color: #7f2cee;
background-color: #7f2cee;
/* Tailwind (arbitrary) */
class="text-[#7f2cee] bg-[#7f2cee]"
/* SCSS */
$brand: #7f2cee;
/* SwiftUI */
Color(red: 0.498, green: 0.173, blue: 0.933)
/* Android */
Color.parseColor("#7f2cee")Accessibility — WCAG contrast
Aa
#7f2cee on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f2cee on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green17.3%
Blue93.3%
CMYK percentages
Cyan46.6%
Magenta81.5%
Yellow0.0%
Key (black)6.7%
Color previews
#7f2cee text on a black background
contrast 3.50:1
Card sample
#7f2cee text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f2cee;
Background color
Panel with #7f2cee background
background-color: #7f2cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f2cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 44, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 44, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f2cee; background: linear-gradient(135deg, #7f2cee, #EE2CDC);