#c3a7eb
a light, vivid violet · warm · closest name: plum
RGB
195, 167, 235
HSL
265°, 63%, 79%
CMYK
17, 29, 0, 8
Luminance
0.4524
Every format
| HEX | #c3a7eb |
| RGB | rgb(195, 167, 235) |
| HSL | hsl(265, 63%, 79%) |
| CMYK | cmyk(17%, 29%, 0%, 8%) |
| LAB | lab(73.0 23.3 -30.3) |
| LCH | lch(73.0 38.3 307.5) |
| OKLCH | oklch(0.777 0.099 303.0) |
Copy-ready code
/* CSS */
color: #c3a7eb;
background-color: #c3a7eb;
/* Tailwind (arbitrary) */
class="text-[#c3a7eb] bg-[#c3a7eb]"
/* SCSS */
$brand: #c3a7eb;
/* SwiftUI */
Color(red: 0.765, green: 0.655, blue: 0.922)
/* Android */
Color.parseColor("#c3a7eb")Accessibility — WCAG contrast
Aa
#c3a7eb on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3a7eb on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green65.5%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta28.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c3a7eb text on a black background
contrast 10.05:1
Card sample
#c3a7eb text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3a7eb;
Background color
Panel with #c3a7eb background
background-color: #c3a7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3a7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 167, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 167, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3a7eb; background: linear-gradient(135deg, #c3a7eb, #EBA7E6);