#c7a4ff
a light, electric violet · warm · closest name: plum
RGB
199, 164, 255
HSL
263°, 100%, 82%
CMYK
22, 36, 0, 0
Luminance
0.4591
Every format
| HEX | #c7a4ff |
| RGB | rgb(199, 164, 255) |
| HSL | hsl(263, 100%, 82%) |
| CMYK | cmyk(22%, 36%, 0%, 0%) |
| LAB | lab(73.5 30.6 -40.5) |
| LCH | lch(73.5 50.8 307.1) |
| OKLCH | oklch(0.784 0.131 301.1) |
Copy-ready code
/* CSS */
color: #c7a4ff;
background-color: #c7a4ff;
/* Tailwind (arbitrary) */
class="text-[#c7a4ff] bg-[#c7a4ff]"
/* SCSS */
$brand: #c7a4ff;
/* SwiftUI */
Color(red: 0.780, green: 0.643, blue: 1.000)
/* Android */
Color.parseColor("#c7a4ff")Accessibility — WCAG contrast
Aa
#c7a4ff on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7a4ff on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green64.3%
Blue100.0%
CMYK percentages
Cyan22.0%
Magenta35.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c7a4ff text on a black background
contrast 10.18:1
Card sample
#c7a4ff text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7a4ff;
Background color
Panel with #c7a4ff background
background-color: #c7a4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7a4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 164, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 164, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7a4ff; background: linear-gradient(135deg, #c7a4ff, #FFA4FA);