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