#ca4ade
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 74, 222
HSL
292°, 69%, 58%
CMYK
9, 67, 0, 13
Luminance
0.2273
Every format
| HEX | #ca4ade |
| RGB | rgb(202, 74, 222) |
| HSL | hsl(292, 69%, 58%) |
| CMYK | cmyk(9%, 67%, 0%, 13%) |
| LAB | lab(54.8 69.5 -51.7) |
| LCH | lch(54.8 86.6 323.4) |
| OKLCH | oklch(0.640 0.234 322.0) |
Copy-ready code
/* CSS */
color: #ca4ade;
background-color: #ca4ade;
/* Tailwind (arbitrary) */
class="text-[#ca4ade] bg-[#ca4ade]"
/* SCSS */
$brand: #ca4ade;
/* SwiftUI */
Color(red: 0.792, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#ca4ade")Accessibility — WCAG contrast
Aa
#ca4ade on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca4ade on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green29.0%
Blue87.1%
CMYK percentages
Cyan9.0%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#ca4ade text on a black background
contrast 5.55:1
Card sample
#ca4ade text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca4ade;
Background color
Panel with #ca4ade background
background-color: #ca4ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca4ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca4ade; background: linear-gradient(135deg, #ca4ade, #DE4A8F);