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