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