#c7a3df
a light, vivid violet · warm · closest name: plum
RGB
199, 163, 223
HSL
276°, 48%, 76%
CMYK
11, 27, 0, 13
Luminance
0.4366
Every format
| HEX | #c7a3df |
| RGB | rgb(199, 163, 223) |
| HSL | hsl(276, 48%, 76%) |
| CMYK | cmyk(11%, 27%, 0%, 13%) |
| LAB | lab(72.0 24.2 -25.4) |
| LCH | lch(72.0 35.1 313.7) |
| OKLCH | oklch(0.768 0.092 311.5) |
Copy-ready code
/* CSS */
color: #c7a3df;
background-color: #c7a3df;
/* Tailwind (arbitrary) */
class="text-[#c7a3df] bg-[#c7a3df]"
/* SCSS */
$brand: #c7a3df;
/* SwiftUI */
Color(red: 0.780, green: 0.639, blue: 0.875)
/* Android */
Color.parseColor("#c7a3df")Accessibility — WCAG contrast
Aa
#c7a3df on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7a3df on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green63.9%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta26.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c7a3df text on a black background
contrast 9.73:1
Card sample
#c7a3df text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7a3df;
Background color
Panel with #c7a3df background
background-color: #c7a3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7a3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 163, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 163, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7a3df; background: linear-gradient(135deg, #c7a3df, #DFA3CF);