#c877df
a light, vivid violet · warm · closest name: orchid
RGB
200, 119, 223
HSL
287°, 62%, 67%
CMYK
10, 47, 0, 13
Luminance
0.3080
Every format
| HEX | #c877df |
| RGB | rgb(200, 119, 223) |
| HSL | hsl(287, 62%, 67%) |
| CMYK | cmyk(10%, 47%, 0%, 13%) |
| LAB | lab(62.3 48.3 -40.3) |
| LCH | lch(62.3 63.0 320.2) |
| OKLCH | oklch(0.695 0.168 318.5) |
Copy-ready code
/* CSS */
color: #c877df;
background-color: #c877df;
/* Tailwind (arbitrary) */
class="text-[#c877df] bg-[#c877df]"
/* SCSS */
$brand: #c877df;
/* SwiftUI */
Color(red: 0.784, green: 0.467, blue: 0.875)
/* Android */
Color.parseColor("#c877df")Accessibility — WCAG contrast
Aa
#c877df on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c877df on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green46.7%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta46.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c877df text on a black background
contrast 7.16:1
Card sample
#c877df text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c877df;
Background color
Panel with #c877df background
background-color: #c877df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c877df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 119, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 119, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c877df; background: linear-gradient(135deg, #c877df, #DF77B1);