#c2abe1
a light, vivid violet · warm · closest name: plum
RGB
194, 171, 225
HSL
266°, 47%, 78%
CMYK
14, 24, 0, 12
Luminance
0.4603
Every format
| HEX | #c2abe1 |
| RGB | rgb(194, 171, 225) |
| HSL | hsl(266, 47%, 78%) |
| CMYK | cmyk(14%, 24%, 0%, 12%) |
| LAB | lab(73.6 18.6 -24.1) |
| LCH | lch(73.6 30.5 307.7) |
| OKLCH | oklch(0.779 0.079 304.0) |
Copy-ready code
/* CSS */
color: #c2abe1;
background-color: #c2abe1;
/* Tailwind (arbitrary) */
class="text-[#c2abe1] bg-[#c2abe1]"
/* SCSS */
$brand: #c2abe1;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.882)
/* Android */
Color.parseColor("#c2abe1")Accessibility — WCAG contrast
Aa
#c2abe1 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abe1 on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue88.2%
CMYK percentages
Cyan13.8%
Magenta24.0%
Yellow0.0%
Key (black)11.8%
Color previews
#c2abe1 text on a black background
contrast 10.21:1
Card sample
#c2abe1 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abe1;
Background color
Panel with #c2abe1 background
background-color: #c2abe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abe1; background: linear-gradient(135deg, #c2abe1, #E1ABDC);