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