#c21adf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
194, 26, 223
HSL
291°, 79%, 49%
CMYK
13, 88, 0, 13
Luminance
0.1754
Every format
| HEX | #c21adf |
| RGB | rgb(194, 26, 223) |
| HSL | hsl(291, 79%, 49%) |
| CMYK | cmyk(13%, 88%, 0%, 13%) |
| LAB | lab(48.9 81.7 -61.7) |
| LCH | lch(48.9 102.4 322.9) |
| OKLCH | oklch(0.597 0.274 320.6) |
Copy-ready code
/* CSS */
color: #c21adf;
background-color: #c21adf;
/* Tailwind (arbitrary) */
class="text-[#c21adf] bg-[#c21adf]"
/* SCSS */
$brand: #c21adf;
/* SwiftUI */
Color(red: 0.761, green: 0.102, blue: 0.875)
/* Android */
Color.parseColor("#c21adf")Accessibility — WCAG contrast
Aa
#c21adf on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c21adf on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green10.2%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta88.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c21adf text on a black background
contrast 4.51:1
Card sample
#c21adf text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c21adf;
Background color
Panel with #c21adf background
background-color: #c21adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c21adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 26, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 26, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c21adf; background: linear-gradient(135deg, #c21adf, #DF1A79);