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