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