#c85cef
a balanced, electric violet · warm · closest name: violet
RGB
200, 92, 239
HSL
284°, 82%, 65%
CMYK
16, 62, 0, 6
Luminance
0.2617
Every format
| HEX | #c85cef |
| RGB | rgb(200, 92, 239) |
| HSL | hsl(284, 82%, 65%) |
| CMYK | cmyk(16%, 62%, 0%, 6%) |
| LAB | lab(58.2 64.7 -55.8) |
| LCH | lch(58.2 85.4 319.2) |
| OKLCH | oklch(0.667 0.225 316.0) |
Copy-ready code
/* CSS */
color: #c85cef;
background-color: #c85cef;
/* Tailwind (arbitrary) */
class="text-[#c85cef] bg-[#c85cef]"
/* SCSS */
$brand: #c85cef;
/* SwiftUI */
Color(red: 0.784, green: 0.361, blue: 0.937)
/* Android */
Color.parseColor("#c85cef")Accessibility — WCAG contrast
Aa
#c85cef on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85cef on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green36.1%
Blue93.7%
CMYK percentages
Cyan16.3%
Magenta61.5%
Yellow0.0%
Key (black)6.3%
Color previews
#c85cef text on a black background
contrast 6.23:1
Card sample
#c85cef text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85cef;
Background color
Panel with #c85cef background
background-color: #c85cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 92, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 92, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85cef; background: linear-gradient(135deg, #c85cef, #EF5CB4);