#ca2dbe
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 45, 190
HSL
305°, 64%, 48%
CMYK
0, 78, 6, 21
Luminance
0.1815
Every format
| HEX | #ca2dbe |
| RGB | rgb(202, 45, 190) |
| HSL | hsl(305, 64%, 48%) |
| CMYK | cmyk(0%, 78%, 6%, 21%) |
| LAB | lab(49.7 73.9 -41.5) |
| LCH | lch(49.7 84.7 330.7) |
| OKLCH | oklch(0.598 0.240 331.6) |
Copy-ready code
/* CSS */
color: #ca2dbe;
background-color: #ca2dbe;
/* Tailwind (arbitrary) */
class="text-[#ca2dbe] bg-[#ca2dbe]"
/* SCSS */
$brand: #ca2dbe;
/* SwiftUI */
Color(red: 0.792, green: 0.176, blue: 0.745)
/* Android */
Color.parseColor("#ca2dbe")Accessibility — WCAG contrast
Aa
#ca2dbe on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca2dbe on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green17.6%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta77.7%
Yellow5.9%
Key (black)20.8%
Color previews
#ca2dbe text on a black background
contrast 4.63:1
Card sample
#ca2dbe text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca2dbe;
Background color
Panel with #ca2dbe background
background-color: #ca2dbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca2dbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 45, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 45, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca2dbe; background: linear-gradient(135deg, #ca2dbe, #CA2D55);