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