#c3aaeb
a light, vivid violet · warm · closest name: plum
RGB
195, 170, 235
HSL
263°, 62%, 79%
CMYK
17, 28, 0, 8
Luminance
0.4635
Every format
| HEX | #c3aaeb |
| RGB | rgb(195, 170, 235) |
| HSL | hsl(263, 62%, 79%) |
| CMYK | cmyk(17%, 28%, 0%, 8%) |
| LAB | lab(73.8 21.7 -29.2) |
| LCH | lch(73.8 36.4 306.5) |
| OKLCH | oklch(0.782 0.095 301.9) |
Copy-ready code
/* CSS */
color: #c3aaeb;
background-color: #c3aaeb;
/* Tailwind (arbitrary) */
class="text-[#c3aaeb] bg-[#c3aaeb]"
/* SCSS */
$brand: #c3aaeb;
/* SwiftUI */
Color(red: 0.765, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#c3aaeb")Accessibility — WCAG contrast
Aa
#c3aaeb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3aaeb on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green66.7%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c3aaeb text on a black background
contrast 10.27:1
Card sample
#c3aaeb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3aaeb;
Background color
Panel with #c3aaeb background
background-color: #c3aaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3aaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3aaeb; background: linear-gradient(135deg, #c3aaeb, #EBAAE8);