#ca7fdc
a light, vivid violet · warm · closest name: orchid
RGB
202, 127, 220
HSL
288°, 57%, 68%
CMYK
8, 42, 0, 14
Luminance
0.3290
Every format
| HEX | #ca7fdc |
| RGB | rgb(202, 127, 220) |
| HSL | hsl(288, 57%, 68%) |
| CMYK | cmyk(8%, 42%, 0%, 14%) |
| LAB | lab(64.1 44.1 -35.9) |
| LCH | lch(64.1 56.9 320.9) |
| OKLCH | oklch(0.708 0.153 319.7) |
Copy-ready code
/* CSS */
color: #ca7fdc;
background-color: #ca7fdc;
/* Tailwind (arbitrary) */
class="text-[#ca7fdc] bg-[#ca7fdc]"
/* SCSS */
$brand: #ca7fdc;
/* SwiftUI */
Color(red: 0.792, green: 0.498, blue: 0.863)
/* Android */
Color.parseColor("#ca7fdc")Accessibility — WCAG contrast
Aa
#ca7fdc on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca7fdc on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green49.8%
Blue86.3%
CMYK percentages
Cyan8.2%
Magenta42.3%
Yellow0.0%
Key (black)13.7%
Color previews
#ca7fdc text on a black background
contrast 7.58:1
Card sample
#ca7fdc text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca7fdc;
Background color
Panel with #ca7fdc background
background-color: #ca7fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca7fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 127, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 127, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca7fdc; background: linear-gradient(135deg, #ca7fdc, #DC7FB0);