#c873df
a light, vivid violet · warm · closest name: orchid
RGB
200, 115, 223
HSL
287°, 63%, 66%
CMYK
10, 48, 0, 13
Luminance
0.2987
Every format
| HEX | #c873df |
| RGB | rgb(200, 115, 223) |
| HSL | hsl(287, 63%, 66%) |
| CMYK | cmyk(10%, 48%, 0%, 13%) |
| LAB | lab(61.5 50.4 -41.6) |
| LCH | lch(61.5 65.3 320.5) |
| OKLCH | oklch(0.689 0.175 318.8) |
Copy-ready code
/* CSS */
color: #c873df;
background-color: #c873df;
/* Tailwind (arbitrary) */
class="text-[#c873df] bg-[#c873df]"
/* SCSS */
$brand: #c873df;
/* SwiftUI */
Color(red: 0.784, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#c873df")Accessibility — WCAG contrast
Aa
#c873df on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c873df on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green45.1%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c873df text on a black background
contrast 6.97:1
Card sample
#c873df text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c873df;
Background color
Panel with #c873df background
background-color: #c873df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c873df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c873df; background: linear-gradient(135deg, #c873df, #DF73AE);