#c11dfd
a balanced, electric violet · warm · closest name: magenta
RGB
193, 29, 253
HSL
284°, 98%, 55%
CMYK
24, 89, 0, 1
Luminance
0.1931
Every format
| HEX | #c11dfd |
| RGB | rgb(193, 29, 253) |
| HSL | hsl(284, 98%, 55%) |
| CMYK | cmyk(24%, 89%, 0%, 1%) |
| LAB | lab(51.0 86.2 -75.2) |
| LCH | lch(51.0 114.4 318.9) |
| OKLCH | oklch(0.618 0.294 313.5) |
Copy-ready code
/* CSS */
color: #c11dfd;
background-color: #c11dfd;
/* Tailwind (arbitrary) */
class="text-[#c11dfd] bg-[#c11dfd]"
/* SCSS */
$brand: #c11dfd;
/* SwiftUI */
Color(red: 0.757, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#c11dfd")Accessibility — WCAG contrast
Aa
#c11dfd on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c11dfd on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green11.4%
Blue99.2%
CMYK percentages
Cyan23.7%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c11dfd text on a black background
contrast 4.86:1
Card sample
#c11dfd text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c11dfd;
Background color
Panel with #c11dfd background
background-color: #c11dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c11dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c11dfd; background: linear-gradient(135deg, #c11dfd, #FD1DA4);