#c85dfd
a light, electric violet · warm · closest name: violet
RGB
200, 93, 253
HSL
280°, 98%, 68%
CMYK
21, 63, 0, 1
Luminance
0.2720
Every format
| HEX | #c85dfd |
| RGB | rgb(200, 93, 253) |
| HSL | hsl(280, 98%, 68%) |
| CMYK | cmyk(21%, 63%, 0%, 1%) |
| LAB | lab(59.2 67.1 -62.0) |
| LCH | lch(59.2 91.4 317.2) |
| OKLCH | oklch(0.677 0.237 312.6) |
Copy-ready code
/* CSS */
color: #c85dfd;
background-color: #c85dfd;
/* Tailwind (arbitrary) */
class="text-[#c85dfd] bg-[#c85dfd]"
/* SCSS */
$brand: #c85dfd;
/* SwiftUI */
Color(red: 0.784, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#c85dfd")Accessibility — WCAG contrast
Aa
#c85dfd on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85dfd on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green36.5%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#c85dfd text on a black background
contrast 6.44:1
Card sample
#c85dfd text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85dfd;
Background color
Panel with #c85dfd background
background-color: #c85dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85dfd; background: linear-gradient(135deg, #c85dfd, #FD5DC7);