#c87cfd
a light, electric violet · warm · closest name: violet
RGB
200, 124, 253
HSL
275°, 97%, 74%
CMYK
21, 51, 0, 1
Luminance
0.3379
Every format
| HEX | #c87cfd |
| RGB | rgb(200, 124, 253) |
| HSL | hsl(275, 97%, 74%) |
| CMYK | cmyk(21%, 51%, 0%, 1%) |
| LAB | lab(64.8 52.0 -53.0) |
| LCH | lch(64.8 74.3 314.4) |
| OKLCH | oklch(0.718 0.193 309.6) |
Copy-ready code
/* CSS */
color: #c87cfd;
background-color: #c87cfd;
/* Tailwind (arbitrary) */
class="text-[#c87cfd] bg-[#c87cfd]"
/* SCSS */
$brand: #c87cfd;
/* SwiftUI */
Color(red: 0.784, green: 0.486, blue: 0.992)
/* Android */
Color.parseColor("#c87cfd")Accessibility — WCAG contrast
Aa
#c87cfd on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c87cfd on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green48.6%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta51.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c87cfd text on a black background
contrast 7.76:1
Card sample
#c87cfd text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c87cfd;
Background color
Panel with #c87cfd background
background-color: #c87cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c87cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 124, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 124, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c87cfd; background: linear-gradient(135deg, #c87cfd, #FD7CDC);