#c85ff2
a light, electric violet · warm · closest name: violet
RGB
200, 95, 242
HSL
283°, 85%, 66%
CMYK
17, 61, 0, 5
Luminance
0.2687
Every format
| HEX | #c85ff2 |
| RGB | rgb(200, 95, 242) |
| HSL | hsl(283, 85%, 66%) |
| CMYK | cmyk(17%, 61%, 0%, 5%) |
| LAB | lab(58.9 63.9 -56.4) |
| LCH | lch(58.9 85.3 318.6) |
| OKLCH | oklch(0.673 0.224 315.0) |
Copy-ready code
/* CSS */
color: #c85ff2;
background-color: #c85ff2;
/* Tailwind (arbitrary) */
class="text-[#c85ff2] bg-[#c85ff2]"
/* SCSS */
$brand: #c85ff2;
/* SwiftUI */
Color(red: 0.784, green: 0.373, blue: 0.949)
/* Android */
Color.parseColor("#c85ff2")Accessibility — WCAG contrast
Aa
#c85ff2 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85ff2 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green37.3%
Blue94.9%
CMYK percentages
Cyan17.4%
Magenta60.7%
Yellow0.0%
Key (black)5.1%
Color previews
#c85ff2 text on a black background
contrast 6.37:1
Card sample
#c85ff2 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85ff2;
Background color
Panel with #c85ff2 background
background-color: #c85ff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85ff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 95, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 95, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85ff2; background: linear-gradient(135deg, #c85ff2, #F25FBA);