#ca2ad5
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
202, 42, 213
HSL
296°, 67%, 50%
CMYK
5, 80, 0, 17
Luminance
0.1902
Every format
| HEX | #ca2ad5 |
| RGB | rgb(202, 42, 213) |
| HSL | hsl(296, 67%, 50%) |
| CMYK | cmyk(5%, 80%, 0%, 17%) |
| LAB | lab(50.7 78.2 -53.1) |
| LCH | lch(50.7 94.5 325.8) |
| OKLCH | oklch(0.610 0.259 325.2) |
Copy-ready code
/* CSS */
color: #ca2ad5;
background-color: #ca2ad5;
/* Tailwind (arbitrary) */
class="text-[#ca2ad5] bg-[#ca2ad5]"
/* SCSS */
$brand: #ca2ad5;
/* SwiftUI */
Color(red: 0.792, green: 0.165, blue: 0.835)
/* Android */
Color.parseColor("#ca2ad5")Accessibility — WCAG contrast
Aa
#ca2ad5 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca2ad5 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green16.5%
Blue83.5%
CMYK percentages
Cyan5.2%
Magenta80.3%
Yellow0.0%
Key (black)16.5%
Color previews
#ca2ad5 text on a black background
contrast 4.80:1
Card sample
#ca2ad5 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca2ad5;
Background color
Panel with #ca2ad5 background
background-color: #ca2ad5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca2ad5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 42, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 42, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca2ad5; background: linear-gradient(135deg, #ca2ad5, #D52A6E);