#c985df
a light, vivid violet · warm · closest name: orchid
RGB
201, 133, 223
HSL
285°, 58%, 70%
CMYK
10, 40, 0, 13
Luminance
0.3452
Every format
| HEX | #c985df |
| RGB | rgb(201, 133, 223) |
| HSL | hsl(285, 58%, 70%) |
| CMYK | cmyk(10%, 40%, 0%, 13%) |
| LAB | lab(65.4 41.2 -35.6) |
| LCH | lch(65.4 54.5 319.2) |
| OKLCH | oklch(0.718 0.145 317.6) |
Copy-ready code
/* CSS */
color: #c985df;
background-color: #c985df;
/* Tailwind (arbitrary) */
class="text-[#c985df] bg-[#c985df]"
/* SCSS */
$brand: #c985df;
/* SwiftUI */
Color(red: 0.788, green: 0.522, blue: 0.875)
/* Android */
Color.parseColor("#c985df")Accessibility — WCAG contrast
Aa
#c985df on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c985df on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green52.2%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta40.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c985df text on a black background
contrast 7.90:1
Card sample
#c985df text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c985df;
Background color
Panel with #c985df background
background-color: #c985df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c985df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 133, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 133, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c985df; background: linear-gradient(135deg, #c985df, #DF85B9);