#7c11ff
a balanced, electric violet · warm · closest name: blue
RGB
124, 17, 255
HSL
267°, 100%, 53%
CMYK
51, 93, 0, 0
Luminance
0.1191
Every format
| HEX | #7c11ff |
| RGB | rgb(124, 17, 255) |
| HSL | hsl(267, 100%, 53%) |
| CMYK | cmyk(51%, 93%, 0%, 0%) |
| LAB | lab(41.1 80.9 -93.0) |
| LCH | lch(41.1 123.3 311.0) |
| OKLCH | oklch(0.530 0.289 292.3) |
Copy-ready code
/* CSS */
color: #7c11ff;
background-color: #7c11ff;
/* Tailwind (arbitrary) */
class="text-[#7c11ff] bg-[#7c11ff]"
/* SCSS */
$brand: #7c11ff;
/* SwiftUI */
Color(red: 0.486, green: 0.067, blue: 1.000)
/* Android */
Color.parseColor("#7c11ff")Accessibility — WCAG contrast
Aa
#7c11ff on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c11ff on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green6.7%
Blue100.0%
CMYK percentages
Cyan51.4%
Magenta93.3%
Yellow0.0%
Key (black)0.0%
Color previews
#7c11ff text on a black background
contrast 3.38:1
Card sample
#7c11ff text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c11ff;
Background color
Panel with #7c11ff background
background-color: #7c11ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c11ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 17, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 17, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c11ff; background: linear-gradient(135deg, #7c11ff, #FF11E3);