#c984df
a light, vivid violet · warm · closest name: orchid
RGB
201, 132, 223
HSL
286°, 59%, 70%
CMYK
10, 41, 0, 13
Luminance
0.3425
Every format
| HEX | #c984df |
| RGB | rgb(201, 132, 223) |
| HSL | hsl(286, 59%, 70%) |
| CMYK | cmyk(10%, 41%, 0%, 13%) |
| LAB | lab(65.2 41.8 -35.9) |
| LCH | lch(65.2 55.1 319.3) |
| OKLCH | oklch(0.717 0.147 317.7) |
Copy-ready code
/* CSS */
color: #c984df;
background-color: #c984df;
/* Tailwind (arbitrary) */
class="text-[#c984df] bg-[#c984df]"
/* SCSS */
$brand: #c984df;
/* SwiftUI */
Color(red: 0.788, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#c984df")Accessibility — WCAG contrast
Aa
#c984df on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c984df on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green51.8%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c984df text on a black background
contrast 7.85:1
Card sample
#c984df text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c984df;
Background color
Panel with #c984df background
background-color: #c984df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c984df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c984df; background: linear-gradient(135deg, #c984df, #DF84B8);