#c982fd
a light, electric violet · warm · closest name: violet
RGB
201, 130, 253
HSL
275°, 97%, 75%
CMYK
21, 49, 0, 1
Luminance
0.3547
Every format
| HEX | #c982fd |
| RGB | rgb(201, 130, 253) |
| HSL | hsl(275, 97%, 75%) |
| CMYK | cmyk(21%, 49%, 0%, 1%) |
| LAB | lab(66.1 49.1 -51.0) |
| LCH | lch(66.1 70.8 314.0) |
| OKLCH | oklch(0.728 0.184 309.2) |
Copy-ready code
/* CSS */
color: #c982fd;
background-color: #c982fd;
/* Tailwind (arbitrary) */
class="text-[#c982fd] bg-[#c982fd]"
/* SCSS */
$brand: #c982fd;
/* SwiftUI */
Color(red: 0.788, green: 0.510, blue: 0.992)
/* Android */
Color.parseColor("#c982fd")Accessibility — WCAG contrast
Aa
#c982fd on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c982fd on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green51.0%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta48.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c982fd text on a black background
contrast 8.09:1
Card sample
#c982fd text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c982fd;
Background color
Panel with #c982fd background
background-color: #c982fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c982fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 130, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 130, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c982fd; background: linear-gradient(135deg, #c982fd, #FD82DF);