#ca2fd2
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
202, 47, 210
HSL
297°, 64%, 50%
CMYK
4, 78, 0, 18
Luminance
0.1924
Every format
| HEX | #ca2fd2 |
| RGB | rgb(202, 47, 210) |
| HSL | hsl(297, 64%, 50%) |
| CMYK | cmyk(4%, 78%, 0%, 18%) |
| LAB | lab(51.0 76.4 -50.9) |
| LCH | lch(51.0 91.8 326.3) |
| OKLCH | oklch(0.611 0.253 325.9) |
Copy-ready code
/* CSS */
color: #ca2fd2;
background-color: #ca2fd2;
/* Tailwind (arbitrary) */
class="text-[#ca2fd2] bg-[#ca2fd2]"
/* SCSS */
$brand: #ca2fd2;
/* SwiftUI */
Color(red: 0.792, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#ca2fd2")Accessibility — WCAG contrast
Aa
#ca2fd2 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca2fd2 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green18.4%
Blue82.4%
CMYK percentages
Cyan3.8%
Magenta77.6%
Yellow0.0%
Key (black)17.6%
Color previews
#ca2fd2 text on a black background
contrast 4.85:1
Card sample
#ca2fd2 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca2fd2;
Background color
Panel with #ca2fd2 background
background-color: #ca2fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca2fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 47, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 47, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca2fd2; background: linear-gradient(135deg, #ca2fd2, #D22F6D);