#c31ef1
a balanced, electric violet · warm · closest name: magenta
RGB
195, 30, 241
HSL
287°, 88%, 53%
CMYK
19, 88, 0, 6
Luminance
0.1888
Every format
| HEX | #c31ef1 |
| RGB | rgb(195, 30, 241) |
| HSL | hsl(287, 88%, 53%) |
| CMYK | cmyk(19%, 88%, 0%, 6%) |
| LAB | lab(50.5 84.2 -69.3) |
| LCH | lch(50.5 109.0 320.6) |
| OKLCH | oklch(0.612 0.285 316.6) |
Copy-ready code
/* CSS */
color: #c31ef1;
background-color: #c31ef1;
/* Tailwind (arbitrary) */
class="text-[#c31ef1] bg-[#c31ef1]"
/* SCSS */
$brand: #c31ef1;
/* SwiftUI */
Color(red: 0.765, green: 0.118, blue: 0.945)
/* Android */
Color.parseColor("#c31ef1")Accessibility — WCAG contrast
Aa
#c31ef1 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c31ef1 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green11.8%
Blue94.5%
CMYK percentages
Cyan19.1%
Magenta87.6%
Yellow0.0%
Key (black)5.5%
Color previews
#c31ef1 text on a black background
contrast 4.78:1
Card sample
#c31ef1 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c31ef1;
Background color
Panel with #c31ef1 background
background-color: #c31ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c31ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 30, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 30, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c31ef1; background: linear-gradient(135deg, #c31ef1, #F11E92);