#c85cf4
a light, electric violet · warm · closest name: violet
RGB
200, 92, 244
HSL
283°, 87%, 66%
CMYK
18, 62, 0, 4
Luminance
0.2647
Every format
| HEX | #c85cf4 |
| RGB | rgb(200, 92, 244) |
| HSL | hsl(283, 87%, 66%) |
| CMYK | cmyk(18%, 62%, 0%, 4%) |
| LAB | lab(58.5 65.7 -58.1) |
| LCH | lch(58.5 87.7 318.5) |
| OKLCH | oklch(0.670 0.230 314.8) |
Copy-ready code
/* CSS */
color: #c85cf4;
background-color: #c85cf4;
/* Tailwind (arbitrary) */
class="text-[#c85cf4] bg-[#c85cf4]"
/* SCSS */
$brand: #c85cf4;
/* SwiftUI */
Color(red: 0.784, green: 0.361, blue: 0.957)
/* Android */
Color.parseColor("#c85cf4")Accessibility — WCAG contrast
Aa
#c85cf4 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85cf4 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green36.1%
Blue95.7%
CMYK percentages
Cyan18.0%
Magenta62.3%
Yellow0.0%
Key (black)4.3%
Color previews
#c85cf4 text on a black background
contrast 6.29:1
Card sample
#c85cf4 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85cf4;
Background color
Panel with #c85cf4 background
background-color: #c85cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 92, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 92, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85cf4; background: linear-gradient(135deg, #c85cf4, #F45CBB);