#c0abfd
a light, electric violet · warm · closest name: plum
RGB
192, 171, 253
HSL
255°, 95%, 83%
CMYK
24, 32, 0, 1
Luminance
0.4742
Every format
| HEX | #c0abfd |
| RGB | rgb(192, 171, 253) |
| HSL | hsl(255, 95%, 83%) |
| CMYK | cmyk(24%, 32%, 0%, 1%) |
| LAB | lab(74.5 24.3 -37.9) |
| LCH | lch(74.5 45.0 302.6) |
| OKLCH | oklch(0.789 0.116 295.4) |
Copy-ready code
/* CSS */
color: #c0abfd;
background-color: #c0abfd;
/* Tailwind (arbitrary) */
class="text-[#c0abfd] bg-[#c0abfd]"
/* SCSS */
$brand: #c0abfd;
/* SwiftUI */
Color(red: 0.753, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#c0abfd")Accessibility — WCAG contrast
Aa
#c0abfd on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0abfd on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green67.1%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c0abfd text on a black background
contrast 10.48:1
Card sample
#c0abfd text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0abfd;
Background color
Panel with #c0abfd background
background-color: #c0abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0abfd; background: linear-gradient(135deg, #c0abfd, #F7ABFD);