#ca4bdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 75, 223
HSL
292°, 70%, 58%
CMYK
9, 66, 0, 13
Luminance
0.2292
Every format
| HEX | #ca4bdf |
| RGB | rgb(202, 75, 223) |
| HSL | hsl(292, 70%, 58%) |
| CMYK | cmyk(9%, 66%, 0%, 13%) |
| LAB | lab(55.0 69.3 -51.9) |
| LCH | lch(55.0 86.6 323.2) |
| OKLCH | oklch(0.642 0.234 321.7) |
Copy-ready code
/* CSS */
color: #ca4bdf;
background-color: #ca4bdf;
/* Tailwind (arbitrary) */
class="text-[#ca4bdf] bg-[#ca4bdf]"
/* SCSS */
$brand: #ca4bdf;
/* SwiftUI */
Color(red: 0.792, green: 0.294, blue: 0.875)
/* Android */
Color.parseColor("#ca4bdf")Accessibility — WCAG contrast
Aa
#ca4bdf on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca4bdf on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green29.4%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta66.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ca4bdf text on a black background
contrast 5.58:1
Card sample
#ca4bdf text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca4bdf;
Background color
Panel with #ca4bdf background
background-color: #ca4bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca4bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 75, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 75, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca4bdf; background: linear-gradient(135deg, #ca4bdf, #DF4B91);