#c211fd
a balanced, electric violet · warm · closest name: magenta
RGB
194, 17, 253
HSL
285°, 98%, 53%
CMYK
23, 93, 0, 1
Luminance
0.1896
Every format
| HEX | #c211fd |
| RGB | rgb(194, 17, 253) |
| HSL | hsl(285, 98%, 53%) |
| CMYK | cmyk(23%, 93%, 0%, 1%) |
| LAB | lab(50.6 88.0 -75.8) |
| LCH | lch(50.6 116.2 319.2) |
| OKLCH | oklch(0.615 0.299 314.0) |
Copy-ready code
/* CSS */
color: #c211fd;
background-color: #c211fd;
/* Tailwind (arbitrary) */
class="text-[#c211fd] bg-[#c211fd]"
/* SCSS */
$brand: #c211fd;
/* SwiftUI */
Color(red: 0.761, green: 0.067, blue: 0.992)
/* Android */
Color.parseColor("#c211fd")Accessibility — WCAG contrast
Aa
#c211fd on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c211fd on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green6.7%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta93.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c211fd text on a black background
contrast 4.79:1
Card sample
#c211fd text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c211fd;
Background color
Panel with #c211fd background
background-color: #c211fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c211fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 17, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 17, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c211fd; background: linear-gradient(135deg, #c211fd, #FD119B);