#c2abfd
a light, electric violet · warm · closest name: plum
RGB
194, 171, 253
HSL
257°, 95%, 83%
CMYK
23, 32, 0, 1
Luminance
0.4769
Every format
| HEX | #c2abfd |
| RGB | rgb(194, 171, 253) |
| HSL | hsl(257, 95%, 83%) |
| CMYK | cmyk(23%, 32%, 0%, 1%) |
| LAB | lab(74.6 24.9 -37.7) |
| LCH | lch(74.6 45.1 303.4) |
| OKLCH | oklch(0.791 0.117 296.5) |
Copy-ready code
/* CSS */
color: #c2abfd;
background-color: #c2abfd;
/* Tailwind (arbitrary) */
class="text-[#c2abfd] bg-[#c2abfd]"
/* SCSS */
$brand: #c2abfd;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#c2abfd")Accessibility — WCAG contrast
Aa
#c2abfd on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abfd on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c2abfd text on a black background
contrast 10.54:1
Card sample
#c2abfd text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abfd;
Background color
Panel with #c2abfd background
background-color: #c2abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abfd; background: linear-gradient(135deg, #c2abfd, #F9ABFD);