#c2abe8
a light, vivid violet · warm · closest name: plum
RGB
194, 171, 232
HSL
263°, 57%, 79%
CMYK
16, 26, 0, 9
Luminance
0.4642
Every format
| HEX | #c2abe8 |
| RGB | rgb(194, 171, 232) |
| HSL | hsl(263, 57%, 79%) |
| CMYK | cmyk(16%, 26%, 0%, 9%) |
| LAB | lab(73.8 20.1 -27.5) |
| LCH | lch(73.8 34.1 306.2) |
| OKLCH | oklch(0.782 0.089 301.7) |
Copy-ready code
/* CSS */
color: #c2abe8;
background-color: #c2abe8;
/* Tailwind (arbitrary) */
class="text-[#c2abe8] bg-[#c2abe8]"
/* SCSS */
$brand: #c2abe8;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.910)
/* Android */
Color.parseColor("#c2abe8")Accessibility — WCAG contrast
Aa
#c2abe8 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abe8 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue91.0%
CMYK percentages
Cyan16.4%
Magenta26.3%
Yellow0.0%
Key (black)9.0%
Color previews
#c2abe8 text on a black background
contrast 10.28:1
Card sample
#c2abe8 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abe8;
Background color
Panel with #c2abe8 background
background-color: #c2abe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abe8; background: linear-gradient(135deg, #c2abe8, #E8ABE5);