#c2abf1
a light, vivid violet · warm · closest name: plum
RGB
194, 171, 241
HSL
260°, 71%, 81%
CMYK
20, 29, 0, 6
Luminance
0.4695
Every format
| HEX | #c2abf1 |
| RGB | rgb(194, 171, 241) |
| HSL | hsl(260, 71%, 81%) |
| CMYK | cmyk(20%, 29%, 0%, 6%) |
| LAB | lab(74.2 22.1 -31.9) |
| LCH | lch(74.2 38.8 304.8) |
| OKLCH | oklch(0.786 0.101 299.2) |
Copy-ready code
/* CSS */
color: #c2abf1;
background-color: #c2abf1;
/* Tailwind (arbitrary) */
class="text-[#c2abf1] bg-[#c2abf1]"
/* SCSS */
$brand: #c2abf1;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.945)
/* Android */
Color.parseColor("#c2abf1")Accessibility — WCAG contrast
Aa
#c2abf1 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abf1 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue94.5%
CMYK percentages
Cyan19.5%
Magenta29.0%
Yellow0.0%
Key (black)5.5%
Color previews
#c2abf1 text on a black background
contrast 10.39:1
Card sample
#c2abf1 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abf1;
Background color
Panel with #c2abf1 background
background-color: #c2abf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abf1; background: linear-gradient(135deg, #c2abf1, #F1ABF1);