#ca2fd7
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
202, 47, 215
HSL
295°, 68%, 51%
CMYK
6, 78, 0, 16
Luminance
0.1950
Every format
| HEX | #ca2fd7 |
| RGB | rgb(202, 47, 215) |
| HSL | hsl(295, 68%, 51%) |
| CMYK | cmyk(6%, 78%, 0%, 16%) |
| LAB | lab(51.3 77.2 -53.3) |
| LCH | lch(51.3 93.9 325.4) |
| OKLCH | oklch(0.614 0.257 324.6) |
Copy-ready code
/* CSS */
color: #ca2fd7;
background-color: #ca2fd7;
/* Tailwind (arbitrary) */
class="text-[#ca2fd7] bg-[#ca2fd7]"
/* SCSS */
$brand: #ca2fd7;
/* SwiftUI */
Color(red: 0.792, green: 0.184, blue: 0.843)
/* Android */
Color.parseColor("#ca2fd7")Accessibility — WCAG contrast
Aa
#ca2fd7 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca2fd7 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green18.4%
Blue84.3%
CMYK percentages
Cyan6.0%
Magenta78.1%
Yellow0.0%
Key (black)15.7%
Color previews
#ca2fd7 text on a black background
contrast 4.90:1
Card sample
#ca2fd7 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca2fd7;
Background color
Panel with #ca2fd7 background
background-color: #ca2fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca2fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 47, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 47, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca2fd7; background: linear-gradient(135deg, #ca2fd7, #D72F74);