#c1abeb
a light, vivid violet · warm · closest name: plum
RGB
193, 171, 235
HSL
261°, 62%, 80%
CMYK
18, 27, 0, 8
Luminance
0.4646
Every format
| HEX | #c1abeb |
| RGB | rgb(193, 171, 235) |
| HSL | hsl(261, 62%, 80%) |
| CMYK | cmyk(18%, 27%, 0%, 8%) |
| LAB | lab(73.8 20.5 -29.1) |
| LCH | lch(73.8 35.6 305.1) |
| OKLCH | oklch(0.782 0.092 300.0) |
Copy-ready code
/* CSS */
color: #c1abeb;
background-color: #c1abeb;
/* Tailwind (arbitrary) */
class="text-[#c1abeb] bg-[#c1abeb]"
/* SCSS */
$brand: #c1abeb;
/* SwiftUI */
Color(red: 0.757, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#c1abeb")Accessibility — WCAG contrast
Aa
#c1abeb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1abeb on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green67.1%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c1abeb text on a black background
contrast 10.29:1
Card sample
#c1abeb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1abeb;
Background color
Panel with #c1abeb background
background-color: #c1abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1abeb; background: linear-gradient(135deg, #c1abeb, #EBABEA);