#c890df
a light, vivid violet · warm · closest name: plum
RGB
200, 144, 223
HSL
283°, 55%, 72%
CMYK
10, 35, 0, 13
Luminance
0.3755
Every format
| HEX | #c890df |
| RGB | rgb(200, 144, 223) |
| HSL | hsl(283, 55%, 72%) |
| CMYK | cmyk(10%, 35%, 0%, 13%) |
| LAB | lab(67.7 35.0 -32.0) |
| LCH | lch(67.7 47.4 317.5) |
| OKLCH | oklch(0.735 0.126 315.7) |
Copy-ready code
/* CSS */
color: #c890df;
background-color: #c890df;
/* Tailwind (arbitrary) */
class="text-[#c890df] bg-[#c890df]"
/* SCSS */
$brand: #c890df;
/* SwiftUI */
Color(red: 0.784, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#c890df")Accessibility — WCAG contrast
Aa
#c890df on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c890df on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green56.5%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta35.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c890df text on a black background
contrast 8.51:1
Card sample
#c890df text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c890df;
Background color
Panel with #c890df background
background-color: #c890df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c890df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c890df; background: linear-gradient(135deg, #c890df, #DF90C1);