#ca3bdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
202, 59, 223
HSL
292°, 72%, 55%
CMYK
9, 74, 0, 13
Luminance
0.2101
Every format
| HEX | #ca3bdf |
| RGB | rgb(202, 59, 223) |
| HSL | hsl(292, 72%, 55%) |
| CMYK | cmyk(9%, 74%, 0%, 13%) |
| LAB | lab(53.0 75.0 -55.2) |
| LCH | lch(53.0 93.1 323.7) |
| OKLCH | oklch(0.627 0.252 322.2) |
Copy-ready code
/* CSS */
color: #ca3bdf;
background-color: #ca3bdf;
/* Tailwind (arbitrary) */
class="text-[#ca3bdf] bg-[#ca3bdf]"
/* SCSS */
$brand: #ca3bdf;
/* SwiftUI */
Color(red: 0.792, green: 0.231, blue: 0.875)
/* Android */
Color.parseColor("#ca3bdf")Accessibility — WCAG contrast
Aa
#ca3bdf on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca3bdf on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green23.1%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta73.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ca3bdf text on a black background
contrast 5.20:1
Card sample
#ca3bdf text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca3bdf;
Background color
Panel with #ca3bdf background
background-color: #ca3bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca3bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 59, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 59, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca3bdf; background: linear-gradient(135deg, #ca3bdf, #DF3B87);