#c3a7df
a light, vivid violet · warm · closest name: plum
RGB
195, 167, 223
HSL
270°, 47%, 77%
CMYK
13, 25, 0, 13
Luminance
0.4457
Every format
| HEX | #c3a7df |
| RGB | rgb(195, 167, 223) |
| HSL | hsl(270, 47%, 77%) |
| CMYK | cmyk(13%, 25%, 0%, 13%) |
| LAB | lab(72.6 20.7 -24.5) |
| LCH | lch(72.6 32.1 310.3) |
| OKLCH | oklch(0.772 0.084 307.2) |
Copy-ready code
/* CSS */
color: #c3a7df;
background-color: #c3a7df;
/* Tailwind (arbitrary) */
class="text-[#c3a7df] bg-[#c3a7df]"
/* SCSS */
$brand: #c3a7df;
/* SwiftUI */
Color(red: 0.765, green: 0.655, blue: 0.875)
/* Android */
Color.parseColor("#c3a7df")Accessibility — WCAG contrast
Aa
#c3a7df on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3a7df on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green65.5%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta25.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c3a7df text on a black background
contrast 9.91:1
Card sample
#c3a7df text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3a7df;
Background color
Panel with #c3a7df background
background-color: #c3a7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3a7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 167, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 167, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3a7df; background: linear-gradient(135deg, #c3a7df, #DFA7D6);