#c893df
a light, vivid violet · warm · closest name: plum
RGB
200, 147, 223
HSL
282°, 54%, 73%
CMYK
10, 34, 0, 13
Luminance
0.3847
Every format
| HEX | #c893df |
| RGB | rgb(200, 147, 223) |
| HSL | hsl(282, 54%, 73%) |
| CMYK | cmyk(10%, 34%, 0%, 13%) |
| LAB | lab(68.4 33.3 -30.9) |
| LCH | lch(68.4 45.5 317.1) |
| OKLCH | oklch(0.741 0.121 315.3) |
Copy-ready code
/* CSS */
color: #c893df;
background-color: #c893df;
/* Tailwind (arbitrary) */
class="text-[#c893df] bg-[#c893df]"
/* SCSS */
$brand: #c893df;
/* SwiftUI */
Color(red: 0.784, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#c893df")Accessibility — WCAG contrast
Aa
#c893df on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c893df on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green57.6%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c893df text on a black background
contrast 8.69:1
Card sample
#c893df text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c893df;
Background color
Panel with #c893df background
background-color: #c893df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c893df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c893df; background: linear-gradient(135deg, #c893df, #DF93C3);