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