#c985eb
a light, vivid violet · warm · closest name: orchid
RGB
201, 133, 235
HSL
280°, 72%, 72%
CMYK
15, 43, 0, 8
Luminance
0.3519
Every format
| HEX | #c985eb |
| RGB | rgb(201, 133, 235) |
| HSL | hsl(280, 72%, 72%) |
| CMYK | cmyk(15%, 43%, 0%, 8%) |
| LAB | lab(65.9 43.7 -41.4) |
| LCH | lch(65.9 60.2 316.5) |
| OKLCH | oklch(0.724 0.159 313.7) |
Copy-ready code
/* CSS */
color: #c985eb;
background-color: #c985eb;
/* Tailwind (arbitrary) */
class="text-[#c985eb] bg-[#c985eb]"
/* SCSS */
$brand: #c985eb;
/* SwiftUI */
Color(red: 0.788, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#c985eb")Accessibility — WCAG contrast
Aa
#c985eb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c985eb on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green52.2%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c985eb text on a black background
contrast 8.04:1
Card sample
#c985eb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c985eb;
Background color
Panel with #c985eb background
background-color: #c985eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c985eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c985eb; background: linear-gradient(135deg, #c985eb, #EB85C9);