#c85cf0
a light, electric violet · warm · closest name: violet
RGB
200, 92, 240
HSL
284°, 83%, 65%
CMYK
17, 62, 0, 6
Luminance
0.2622
Every format
| HEX | #c85cf0 |
| RGB | rgb(200, 92, 240) |
| HSL | hsl(284, 83%, 65%) |
| CMYK | cmyk(17%, 62%, 0%, 6%) |
| LAB | lab(58.3 64.9 -56.3) |
| LCH | lch(58.3 85.9 319.1) |
| OKLCH | oklch(0.668 0.226 315.7) |
Copy-ready code
/* CSS */
color: #c85cf0;
background-color: #c85cf0;
/* Tailwind (arbitrary) */
class="text-[#c85cf0] bg-[#c85cf0]"
/* SCSS */
$brand: #c85cf0;
/* SwiftUI */
Color(red: 0.784, green: 0.361, blue: 0.941)
/* Android */
Color.parseColor("#c85cf0")Accessibility — WCAG contrast
Aa
#c85cf0 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85cf0 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green36.1%
Blue94.1%
CMYK percentages
Cyan16.7%
Magenta61.7%
Yellow0.0%
Key (black)5.9%
Color previews
#c85cf0 text on a black background
contrast 6.24:1
Card sample
#c85cf0 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85cf0;
Background color
Panel with #c85cf0 background
background-color: #c85cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 92, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 92, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85cf0; background: linear-gradient(135deg, #c85cf0, #F05CB5);