#c11dfb
a balanced, electric violet · warm · closest name: magenta
RGB
193, 29, 251
HSL
284°, 97%, 55%
CMYK
23, 88, 0, 2
Luminance
0.1918
Every format
| HEX | #c11dfb |
| RGB | rgb(193, 29, 251) |
| HSL | hsl(284, 97%, 55%) |
| CMYK | cmyk(23%, 88%, 0%, 2%) |
| LAB | lab(50.9 85.8 -74.3) |
| LCH | lch(50.9 113.5 319.1) |
| OKLCH | oklch(0.616 0.292 313.9) |
Copy-ready code
/* CSS */
color: #c11dfb;
background-color: #c11dfb;
/* Tailwind (arbitrary) */
class="text-[#c11dfb] bg-[#c11dfb]"
/* SCSS */
$brand: #c11dfb;
/* SwiftUI */
Color(red: 0.757, green: 0.114, blue: 0.984)
/* Android */
Color.parseColor("#c11dfb")Accessibility — WCAG contrast
Aa
#c11dfb on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c11dfb on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green11.4%
Blue98.4%
CMYK percentages
Cyan23.1%
Magenta88.4%
Yellow0.0%
Key (black)1.6%
Color previews
#c11dfb text on a black background
contrast 4.84:1
Card sample
#c11dfb text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c11dfb;
Background color
Panel with #c11dfb background
background-color: #c11dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c11dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 29, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 29, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c11dfb; background: linear-gradient(135deg, #c11dfb, #FB1DA1);