#c7abfd
a light, electric violet · warm · closest name: plum
RGB
199, 171, 253
HSL
261°, 95%, 83%
CMYK
21, 32, 0, 1
Luminance
0.4836
Every format
| HEX | #c7abfd |
| RGB | rgb(199, 171, 253) |
| HSL | hsl(261, 95%, 83%) |
| CMYK | cmyk(21%, 32%, 0%, 1%) |
| LAB | lab(75.0 26.3 -37.0) |
| LCH | lch(75.0 45.4 305.4) |
| OKLCH | oklch(0.795 0.117 299.4) |
Copy-ready code
/* CSS */
color: #c7abfd;
background-color: #c7abfd;
/* Tailwind (arbitrary) */
class="text-[#c7abfd] bg-[#c7abfd]"
/* SCSS */
$brand: #c7abfd;
/* SwiftUI */
Color(red: 0.780, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#c7abfd")Accessibility — WCAG contrast
Aa
#c7abfd on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7abfd on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green67.1%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c7abfd text on a black background
contrast 10.67:1
Card sample
#c7abfd text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7abfd;
Background color
Panel with #c7abfd background
background-color: #c7abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7abfd; background: linear-gradient(135deg, #c7abfd, #FDABFC);