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