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