#c877fd
a light, electric violet · warm · closest name: violet
RGB
200, 119, 253
HSL
276°, 97%, 73%
CMYK
21, 53, 0, 1
Luminance
0.3256
Every format
| HEX | #c877fd |
| RGB | rgb(200, 119, 253) |
| HSL | hsl(276, 97%, 73%) |
| CMYK | cmyk(21%, 53%, 0%, 1%) |
| LAB | lab(63.8 54.6 -54.6) |
| LCH | lch(63.8 77.2 315.0) |
| OKLCH | oklch(0.711 0.200 310.2) |
Copy-ready code
/* CSS */
color: #c877fd;
background-color: #c877fd;
/* Tailwind (arbitrary) */
class="text-[#c877fd] bg-[#c877fd]"
/* SCSS */
$brand: #c877fd;
/* SwiftUI */
Color(red: 0.784, green: 0.467, blue: 0.992)
/* Android */
Color.parseColor("#c877fd")Accessibility — WCAG contrast
Aa
#c877fd on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c877fd on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green46.7%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta53.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c877fd text on a black background
contrast 7.51:1
Card sample
#c877fd text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c877fd;
Background color
Panel with #c877fd background
background-color: #c877fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c877fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 119, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 119, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c877fd; background: linear-gradient(135deg, #c877fd, #FD77D9);