#940cec
a balanced, electric violet · warm · closest name: blue
RGB
148, 12, 236
HSL
276°, 90%, 49%
CMYK
37, 95, 0, 8
Luminance
0.1261
Every format
| HEX | #940cec |
| RGB | rgb(148, 12, 236) |
| HSL | hsl(276, 90%, 49%) |
| CMYK | cmyk(37%, 95%, 0%, 8%) |
| LAB | lab(42.2 79.9 -80.4) |
| LCH | lch(42.2 113.3 314.8) |
| OKLCH | oklch(0.539 0.277 303.9) |
Copy-ready code
/* CSS */
color: #940cec;
background-color: #940cec;
/* Tailwind (arbitrary) */
class="text-[#940cec] bg-[#940cec]"
/* SCSS */
$brand: #940cec;
/* SwiftUI */
Color(red: 0.580, green: 0.047, blue: 0.925)
/* Android */
Color.parseColor("#940cec")Accessibility — WCAG contrast
Aa
#940cec on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#940cec on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green4.7%
Blue92.5%
CMYK percentages
Cyan37.3%
Magenta94.9%
Yellow0.0%
Key (black)7.5%
Color previews
#940cec text on a black background
contrast 3.52:1
Card sample
#940cec text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #940cec;
Background color
Panel with #940cec background
background-color: #940cec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #940cec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 12, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 12, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #940cec; background: linear-gradient(135deg, #940cec, #EC0CAF);