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