#c21feb
a balanced, electric violet · warm · closest name: magenta
RGB
194, 31, 235
HSL
288°, 84%, 52%
CMYK
17, 87, 0, 8
Luminance
0.1845
Every format
| HEX | #c21feb |
| RGB | rgb(194, 31, 235) |
| HSL | hsl(288, 84%, 52%) |
| CMYK | cmyk(17%, 87%, 0%, 8%) |
| LAB | lab(50.0 82.8 -66.7) |
| LCH | lch(50.0 106.4 321.1) |
| OKLCH | oklch(0.607 0.280 317.7) |
Copy-ready code
/* CSS */
color: #c21feb;
background-color: #c21feb;
/* Tailwind (arbitrary) */
class="text-[#c21feb] bg-[#c21feb]"
/* SCSS */
$brand: #c21feb;
/* SwiftUI */
Color(red: 0.761, green: 0.122, blue: 0.922)
/* Android */
Color.parseColor("#c21feb")Accessibility — WCAG contrast
Aa
#c21feb on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c21feb on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green12.2%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta86.8%
Yellow0.0%
Key (black)7.8%
Color previews
#c21feb text on a black background
contrast 4.69:1
Card sample
#c21feb text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c21feb;
Background color
Panel with #c21feb background
background-color: #c21feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c21feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 31, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 31, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c21feb; background: linear-gradient(135deg, #c21feb, #EB1F8C);