#c217df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
194, 23, 223
HSL
291°, 81%, 48%
CMYK
13, 90, 0, 13
Luminance
0.1741
Every format
| HEX | #c217df |
| RGB | rgb(194, 23, 223) |
| HSL | hsl(291, 81%, 48%) |
| CMYK | cmyk(13%, 90%, 0%, 13%) |
| LAB | lab(48.8 82.1 -62.0) |
| LCH | lch(48.8 102.9 323.0) |
| OKLCH | oklch(0.596 0.275 320.7) |
Copy-ready code
/* CSS */
color: #c217df;
background-color: #c217df;
/* Tailwind (arbitrary) */
class="text-[#c217df] bg-[#c217df]"
/* SCSS */
$brand: #c217df;
/* SwiftUI */
Color(red: 0.761, green: 0.090, blue: 0.875)
/* Android */
Color.parseColor("#c217df")Accessibility — WCAG contrast
Aa
#c217df on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c217df on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green9.0%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta89.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c217df text on a black background
contrast 4.48:1
Card sample
#c217df text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c217df;
Background color
Panel with #c217df background
background-color: #c217df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c217df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 23, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 23, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c217df; background: linear-gradient(135deg, #c217df, #DF1777);