#c985f0
a light, electric violet · warm · closest name: violet
RGB
201, 133, 240
HSL
278°, 78%, 73%
CMYK
16, 45, 0, 6
Luminance
0.3548
Every format
| HEX | #c985f0 |
| RGB | rgb(201, 133, 240) |
| HSL | hsl(278, 78%, 73%) |
| CMYK | cmyk(16%, 45%, 0%, 6%) |
| LAB | lab(66.1 44.7 -43.8) |
| LCH | lch(66.1 62.6 315.6) |
| OKLCH | oklch(0.726 0.164 312.2) |
Copy-ready code
/* CSS */
color: #c985f0;
background-color: #c985f0;
/* Tailwind (arbitrary) */
class="text-[#c985f0] bg-[#c985f0]"
/* SCSS */
$brand: #c985f0;
/* SwiftUI */
Color(red: 0.788, green: 0.522, blue: 0.941)
/* Android */
Color.parseColor("#c985f0")Accessibility — WCAG contrast
Aa
#c985f0 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c985f0 on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green52.2%
Blue94.1%
CMYK percentages
Cyan16.3%
Magenta44.6%
Yellow0.0%
Key (black)5.9%
Color previews
#c985f0 text on a black background
contrast 8.10:1
Card sample
#c985f0 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c985f0;
Background color
Panel with #c985f0 background
background-color: #c985f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c985f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 133, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 133, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c985f0; background: linear-gradient(135deg, #c985f0, #F085D0);