#c940ff
a balanced, electric violet · warm · closest name: magenta
RGB
201, 64, 255
HSL
283°, 100%, 63%
CMYK
21, 75, 0, 0
Luminance
0.2330
Every format
| HEX | #c940ff |
| RGB | rgb(201, 64, 255) |
| HSL | hsl(283, 100%, 63%) |
| CMYK | cmyk(21%, 75%, 0%, 0%) |
| LAB | lab(55.4 79.0 -69.2) |
| LCH | lch(55.4 105.0 318.8) |
| OKLCH | oklch(0.651 0.273 314.2) |
Copy-ready code
/* CSS */
color: #c940ff;
background-color: #c940ff;
/* Tailwind (arbitrary) */
class="text-[#c940ff] bg-[#c940ff]"
/* SCSS */
$brand: #c940ff;
/* SwiftUI */
Color(red: 0.788, green: 0.251, blue: 1.000)
/* Android */
Color.parseColor("#c940ff")Accessibility — WCAG contrast
Aa
#c940ff on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c940ff on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green25.1%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta74.9%
Yellow0.0%
Key (black)0.0%
Color previews
#c940ff text on a black background
contrast 5.66:1
Card sample
#c940ff text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c940ff;
Background color
Panel with #c940ff background
background-color: #c940ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c940ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 64, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 64, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c940ff; background: linear-gradient(135deg, #c940ff, #FF40B6);