#c31afd
a balanced, electric violet · warm · closest name: magenta
RGB
195, 26, 253
HSL
285°, 98%, 55%
CMYK
23, 90, 0, 1
Luminance
0.1943
Every format
| HEX | #c31afd |
| RGB | rgb(195, 26, 253) |
| HSL | hsl(285, 98%, 55%) |
| CMYK | cmyk(23%, 90%, 0%, 1%) |
| LAB | lab(51.2 87.0 -74.9) |
| LCH | lch(51.2 114.8 319.2) |
| OKLCH | oklch(0.619 0.296 314.1) |
Copy-ready code
/* CSS */
color: #c31afd;
background-color: #c31afd;
/* Tailwind (arbitrary) */
class="text-[#c31afd] bg-[#c31afd]"
/* SCSS */
$brand: #c31afd;
/* SwiftUI */
Color(red: 0.765, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#c31afd")Accessibility — WCAG contrast
Aa
#c31afd on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c31afd on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green10.2%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c31afd text on a black background
contrast 4.89:1
Card sample
#c31afd text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c31afd;
Background color
Panel with #c31afd background
background-color: #c31afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c31afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c31afd; background: linear-gradient(135deg, #c31afd, #FD1AA0);