#ca2fd0
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
202, 47, 208
HSL
298°, 63%, 50%
CMYK
3, 77, 0, 18
Luminance
0.1914
Every format
| HEX | #ca2fd0 |
| RGB | rgb(202, 47, 208) |
| HSL | hsl(298, 63%, 50%) |
| CMYK | cmyk(3%, 77%, 0%, 18%) |
| LAB | lab(50.9 76.1 -50.0) |
| LCH | lch(50.9 91.0 326.7) |
| OKLCH | oklch(0.610 0.252 326.4) |
Copy-ready code
/* CSS */
color: #ca2fd0;
background-color: #ca2fd0;
/* Tailwind (arbitrary) */
class="text-[#ca2fd0] bg-[#ca2fd0]"
/* SCSS */
$brand: #ca2fd0;
/* SwiftUI */
Color(red: 0.792, green: 0.184, blue: 0.816)
/* Android */
Color.parseColor("#ca2fd0")Accessibility — WCAG contrast
Aa
#ca2fd0 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca2fd0 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green18.4%
Blue81.6%
CMYK percentages
Cyan2.9%
Magenta77.4%
Yellow0.0%
Key (black)18.4%
Color previews
#ca2fd0 text on a black background
contrast 4.83:1
Card sample
#ca2fd0 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca2fd0;
Background color
Panel with #ca2fd0 background
background-color: #ca2fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca2fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 47, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 47, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca2fd0; background: linear-gradient(135deg, #ca2fd0, #D02F6B);