#c7a5df
a light, vivid violet · warm · closest name: plum
RGB
199, 165, 223
HSL
275°, 48%, 76%
CMYK
11, 26, 0, 13
Luminance
0.4438
Every format
| HEX | #c7a5df |
| RGB | rgb(199, 165, 223) |
| HSL | hsl(275, 48%, 76%) |
| CMYK | cmyk(11%, 26%, 0%, 13%) |
| LAB | lab(72.5 23.1 -24.6) |
| LCH | lch(72.5 33.8 313.2) |
| OKLCH | oklch(0.772 0.089 310.9) |
Copy-ready code
/* CSS */
color: #c7a5df;
background-color: #c7a5df;
/* Tailwind (arbitrary) */
class="text-[#c7a5df] bg-[#c7a5df]"
/* SCSS */
$brand: #c7a5df;
/* SwiftUI */
Color(red: 0.780, green: 0.647, blue: 0.875)
/* Android */
Color.parseColor("#c7a5df")Accessibility — WCAG contrast
Aa
#c7a5df on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7a5df on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green64.7%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta26.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c7a5df text on a black background
contrast 9.88:1
Card sample
#c7a5df text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7a5df;
Background color
Panel with #c7a5df background
background-color: #c7a5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7a5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 165, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 165, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7a5df; background: linear-gradient(135deg, #c7a5df, #DFA5D0);