#ca1cd3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
202, 28, 211
HSL
297°, 77%, 47%
CMYK
4, 87, 0, 17
Luminance
0.1809
Every format
| HEX | #ca1cd3 |
| RGB | rgb(202, 28, 211) |
| HSL | hsl(297, 77%, 47%) |
| CMYK | cmyk(4%, 87%, 0%, 17%) |
| LAB | lab(49.6 80.7 -53.7) |
| LCH | lch(49.6 97.0 326.4) |
| OKLCH | oklch(0.602 0.267 325.9) |
Copy-ready code
/* CSS */
color: #ca1cd3;
background-color: #ca1cd3;
/* Tailwind (arbitrary) */
class="text-[#ca1cd3] bg-[#ca1cd3]"
/* SCSS */
$brand: #ca1cd3;
/* SwiftUI */
Color(red: 0.792, green: 0.110, blue: 0.827)
/* Android */
Color.parseColor("#ca1cd3")Accessibility — WCAG contrast
Aa
#ca1cd3 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca1cd3 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green11.0%
Blue82.7%
CMYK percentages
Cyan4.3%
Magenta86.7%
Yellow0.0%
Key (black)17.3%
Color previews
#ca1cd3 text on a black background
contrast 4.62:1
Card sample
#ca1cd3 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca1cd3;
Background color
Panel with #ca1cd3 background
background-color: #ca1cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca1cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 28, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 28, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca1cd3; background: linear-gradient(135deg, #ca1cd3, #D31C62);