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