#ca7ade
a light, vivid violet · warm · closest name: orchid
RGB
202, 122, 222
HSL
288°, 60%, 68%
CMYK
9, 45, 0, 13
Luminance
0.3175
Every format
| HEX | #ca7ade |
| RGB | rgb(202, 122, 222) |
| HSL | hsl(288, 60%, 68%) |
| CMYK | cmyk(9%, 45%, 0%, 13%) |
| LAB | lab(63.1 47.1 -38.5) |
| LCH | lch(63.1 60.9 320.8) |
| OKLCH | oklch(0.702 0.163 319.4) |
Copy-ready code
/* CSS */
color: #ca7ade;
background-color: #ca7ade;
/* Tailwind (arbitrary) */
class="text-[#ca7ade] bg-[#ca7ade]"
/* SCSS */
$brand: #ca7ade;
/* SwiftUI */
Color(red: 0.792, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#ca7ade")Accessibility — WCAG contrast
Aa
#ca7ade on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca7ade on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green47.8%
Blue87.1%
CMYK percentages
Cyan9.0%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#ca7ade text on a black background
contrast 7.35:1
Card sample
#ca7ade text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca7ade;
Background color
Panel with #ca7ade background
background-color: #ca7ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca7ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca7ade; background: linear-gradient(135deg, #ca7ade, #DE7AAF);