#ca41df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
202, 65, 223
HSL
292°, 71%, 57%
CMYK
9, 71, 0, 13
Luminance
0.2166
Every format
| HEX | #ca41df |
| RGB | rgb(202, 65, 223) |
| HSL | hsl(292, 71%, 57%) |
| CMYK | cmyk(9%, 71%, 0%, 13%) |
| LAB | lab(53.7 73.0 -54.0) |
| LCH | lch(53.7 90.8 323.5) |
| OKLCH | oklch(0.633 0.245 322.0) |
Copy-ready code
/* CSS */
color: #ca41df;
background-color: #ca41df;
/* Tailwind (arbitrary) */
class="text-[#ca41df] bg-[#ca41df]"
/* SCSS */
$brand: #ca41df;
/* SwiftUI */
Color(red: 0.792, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#ca41df")Accessibility — WCAG contrast
Aa
#ca41df on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca41df on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green25.5%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta70.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ca41df text on a black background
contrast 5.33:1
Card sample
#ca41df text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca41df;
Background color
Panel with #ca41df background
background-color: #ca41df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca41df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca41df; background: linear-gradient(135deg, #ca41df, #DF418B);