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