#c3abeb
a light, vivid violet · warm · closest name: plum
RGB
195, 171, 235
HSL
263°, 62%, 80%
CMYK
17, 27, 0, 8
Luminance
0.4673
Every format
| HEX | #c3abeb |
| RGB | rgb(195, 171, 235) |
| HSL | hsl(263, 62%, 80%) |
| CMYK | cmyk(17%, 27%, 0%, 8%) |
| LAB | lab(74.0 21.1 -28.9) |
| LCH | lch(74.0 35.8 306.2) |
| OKLCH | oklch(0.784 0.093 301.5) |
Copy-ready code
/* CSS */
color: #c3abeb;
background-color: #c3abeb;
/* Tailwind (arbitrary) */
class="text-[#c3abeb] bg-[#c3abeb]"
/* SCSS */
$brand: #c3abeb;
/* SwiftUI */
Color(red: 0.765, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#c3abeb")Accessibility — WCAG contrast
Aa
#c3abeb on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3abeb on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green67.1%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c3abeb text on a black background
contrast 10.35:1
Card sample
#c3abeb text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3abeb;
Background color
Panel with #c3abeb background
background-color: #c3abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3abeb; background: linear-gradient(135deg, #c3abeb, #EBABE8);