#7c1eee
a balanced, electric violet · warm · closest name: blue
RGB
124, 30, 238
HSL
267°, 86%, 53%
CMYK
48, 87, 0, 7
Luminance
0.1139
Every format
| HEX | #7c1eee |
| RGB | rgb(124, 30, 238) |
| HSL | hsl(267, 86%, 53%) |
| CMYK | cmyk(48%, 87%, 0%, 7%) |
| LAB | lab(40.2 74.6 -84.9) |
| LCH | lch(40.2 113.0 311.3) |
| OKLCH | oklch(0.520 0.268 294.8) |
Copy-ready code
/* CSS */
color: #7c1eee;
background-color: #7c1eee;
/* Tailwind (arbitrary) */
class="text-[#7c1eee] bg-[#7c1eee]"
/* SCSS */
$brand: #7c1eee;
/* SwiftUI */
Color(red: 0.486, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#7c1eee")Accessibility — WCAG contrast
Aa
#7c1eee on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c1eee on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green11.8%
Blue93.3%
CMYK percentages
Cyan47.9%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#7c1eee text on a black background
contrast 3.28:1
Card sample
#7c1eee text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c1eee;
Background color
Panel with #7c1eee background
background-color: #7c1eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c1eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c1eee; background: linear-gradient(135deg, #7c1eee, #EE1ED5);