#c85cf6
a light, electric violet · warm · closest name: violet
RGB
200, 92, 246
HSL
282°, 90%, 66%
CMYK
19, 63, 0, 4
Luminance
0.2659
Every format
| HEX | #c85cf6 |
| RGB | rgb(200, 92, 246) |
| HSL | hsl(282, 90%, 66%) |
| CMYK | cmyk(19%, 63%, 0%, 4%) |
| LAB | lab(58.6 66.1 -59.1) |
| LCH | lch(58.6 88.6 318.2) |
| OKLCH | oklch(0.672 0.232 314.3) |
Copy-ready code
/* CSS */
color: #c85cf6;
background-color: #c85cf6;
/* Tailwind (arbitrary) */
class="text-[#c85cf6] bg-[#c85cf6]"
/* SCSS */
$brand: #c85cf6;
/* SwiftUI */
Color(red: 0.784, green: 0.361, blue: 0.965)
/* Android */
Color.parseColor("#c85cf6")Accessibility — WCAG contrast
Aa
#c85cf6 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85cf6 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green36.1%
Blue96.5%
CMYK percentages
Cyan18.7%
Magenta62.6%
Yellow0.0%
Key (black)3.5%
Color previews
#c85cf6 text on a black background
contrast 6.32:1
Card sample
#c85cf6 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85cf6;
Background color
Panel with #c85cf6 background
background-color: #c85cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 92, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 92, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85cf6; background: linear-gradient(135deg, #c85cf6, #F65CBD);