#ca7ad7
a light, vivid magenta / pink · warm · closest name: orchid
RGB
202, 122, 215
HSL
292°, 54%, 66%
CMYK
6, 43, 0, 16
Luminance
0.3138
Every format
| HEX | #ca7ad7 |
| RGB | rgb(202, 122, 215) |
| HSL | hsl(292, 54%, 66%) |
| CMYK | cmyk(6%, 43%, 0%, 16%) |
| LAB | lab(62.8 45.8 -35.1) |
| LCH | lch(62.8 57.7 322.5) |
| OKLCH | oklch(0.698 0.156 321.8) |
Copy-ready code
/* CSS */
color: #ca7ad7;
background-color: #ca7ad7;
/* Tailwind (arbitrary) */
class="text-[#ca7ad7] bg-[#ca7ad7]"
/* SCSS */
$brand: #ca7ad7;
/* SwiftUI */
Color(red: 0.792, green: 0.478, blue: 0.843)
/* Android */
Color.parseColor("#ca7ad7")Accessibility — WCAG contrast
Aa
#ca7ad7 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca7ad7 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green47.8%
Blue84.3%
CMYK percentages
Cyan6.0%
Magenta43.3%
Yellow0.0%
Key (black)15.7%
Color previews
#ca7ad7 text on a black background
contrast 7.28:1
Card sample
#ca7ad7 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca7ad7;
Background color
Panel with #ca7ad7 background
background-color: #ca7ad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca7ad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 122, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 122, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca7ad7; background: linear-gradient(135deg, #ca7ad7, #D77AA6);