#c877f1
a light, electric violet · warm · closest name: violet
RGB
200, 119, 241
HSL
280°, 81%, 71%
CMYK
17, 51, 0, 6
Luminance
0.3182
Every format
| HEX | #c877f1 |
| RGB | rgb(200, 119, 241) |
| HSL | hsl(280, 81%, 71%) |
| CMYK | cmyk(17%, 51%, 0%, 6%) |
| LAB | lab(63.2 52.0 -49.0) |
| LCH | lch(63.2 71.4 316.7) |
| OKLCH | oklch(0.704 0.187 313.2) |
Copy-ready code
/* CSS */
color: #c877f1;
background-color: #c877f1;
/* Tailwind (arbitrary) */
class="text-[#c877f1] bg-[#c877f1]"
/* SCSS */
$brand: #c877f1;
/* SwiftUI */
Color(red: 0.784, green: 0.467, blue: 0.945)
/* Android */
Color.parseColor("#c877f1")Accessibility — WCAG contrast
Aa
#c877f1 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c877f1 on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green46.7%
Blue94.5%
CMYK percentages
Cyan17.0%
Magenta50.6%
Yellow0.0%
Key (black)5.5%
Color previews
#c877f1 text on a black background
contrast 7.36:1
Card sample
#c877f1 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c877f1;
Background color
Panel with #c877f1 background
background-color: #c877f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c877f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 119, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 119, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c877f1; background: linear-gradient(135deg, #c877f1, #F177C9);