#940cdf
a balanced, electric violet · warm · closest name: magenta
RGB
148, 12, 223
HSL
279°, 90%, 46%
CMYK
34, 95, 0, 13
Luminance
0.1189
Every format
| HEX | #940cdf |
| RGB | rgb(148, 12, 223) |
| HSL | hsl(279, 90%, 46%) |
| CMYK | cmyk(34%, 95%, 0%, 13%) |
| LAB | lab(41.0 77.3 -74.9) |
| LCH | lch(41.0 107.6 315.9) |
| OKLCH | oklch(0.528 0.267 306.8) |
Copy-ready code
/* CSS */
color: #940cdf;
background-color: #940cdf;
/* Tailwind (arbitrary) */
class="text-[#940cdf] bg-[#940cdf]"
/* SCSS */
$brand: #940cdf;
/* SwiftUI */
Color(red: 0.580, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#940cdf")Accessibility — WCAG contrast
Aa
#940cdf on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#940cdf on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green4.7%
Blue87.5%
CMYK percentages
Cyan33.6%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#940cdf text on a black background
contrast 3.38:1
Card sample
#940cdf text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #940cdf;
Background color
Panel with #940cdf background
background-color: #940cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #940cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #940cdf; background: linear-gradient(135deg, #940cdf, #DF0C9D);