#c2abe2
a light, vivid violet · warm · closest name: plum
RGB
194, 171, 226
HSL
265°, 49%, 78%
CMYK
14, 24, 0, 11
Luminance
0.4609
Every format
| HEX | #c2abe2 |
| RGB | rgb(194, 171, 226) |
| HSL | hsl(265, 49%, 78%) |
| CMYK | cmyk(14%, 24%, 0%, 11%) |
| LAB | lab(73.6 18.9 -24.6) |
| LCH | lch(73.6 31.0 307.5) |
| OKLCH | oklch(0.780 0.081 303.7) |
Copy-ready code
/* CSS */
color: #c2abe2;
background-color: #c2abe2;
/* Tailwind (arbitrary) */
class="text-[#c2abe2] bg-[#c2abe2]"
/* SCSS */
$brand: #c2abe2;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.886)
/* Android */
Color.parseColor("#c2abe2")Accessibility — WCAG contrast
Aa
#c2abe2 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abe2 on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue88.6%
CMYK percentages
Cyan14.2%
Magenta24.3%
Yellow0.0%
Key (black)11.4%
Color previews
#c2abe2 text on a black background
contrast 10.22:1
Card sample
#c2abe2 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abe2;
Background color
Panel with #c2abe2 background
background-color: #c2abe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abe2; background: linear-gradient(135deg, #c2abe2, #E2ABDD);