#c41fd7
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
196, 31, 215
HSL
294°, 75%, 48%
CMYK
9, 86, 0, 16
Luminance
0.1762
Every format
| HEX | #c41fd7 |
| RGB | rgb(196, 31, 215) |
| HSL | hsl(294, 75%, 48%) |
| CMYK | cmyk(9%, 86%, 0%, 16%) |
| LAB | lab(49.0 79.8 -57.0) |
| LCH | lch(49.0 98.0 324.5) |
| OKLCH | oklch(0.596 0.266 323.1) |
Copy-ready code
/* CSS */
color: #c41fd7;
background-color: #c41fd7;
/* Tailwind (arbitrary) */
class="text-[#c41fd7] bg-[#c41fd7]"
/* SCSS */
$brand: #c41fd7;
/* SwiftUI */
Color(red: 0.769, green: 0.122, blue: 0.843)
/* Android */
Color.parseColor("#c41fd7")Accessibility — WCAG contrast
Aa
#c41fd7 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c41fd7 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green12.2%
Blue84.3%
CMYK percentages
Cyan8.8%
Magenta85.6%
Yellow0.0%
Key (black)15.7%
Color previews
#c41fd7 text on a black background
contrast 4.52:1
Card sample
#c41fd7 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c41fd7;
Background color
Panel with #c41fd7 background
background-color: #c41fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c41fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 31, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 31, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c41fd7; background: linear-gradient(135deg, #c41fd7, #D71F6F);