#c85aff
a light, electric violet · warm · closest name: magenta
RGB
200, 90, 255
HSL
280°, 100%, 68%
CMYK
22, 65, 0, 0
Luminance
0.2681
Every format
| HEX | #c85aff |
| RGB | rgb(200, 90, 255) |
| HSL | hsl(280, 100%, 68%) |
| CMYK | cmyk(22%, 65%, 0%, 0%) |
| LAB | lab(58.8 68.8 -63.7) |
| LCH | lch(58.8 93.8 317.2) |
| OKLCH | oklch(0.675 0.243 312.4) |
Copy-ready code
/* CSS */
color: #c85aff;
background-color: #c85aff;
/* Tailwind (arbitrary) */
class="text-[#c85aff] bg-[#c85aff]"
/* SCSS */
$brand: #c85aff;
/* SwiftUI */
Color(red: 0.784, green: 0.353, blue: 1.000)
/* Android */
Color.parseColor("#c85aff")Accessibility — WCAG contrast
Aa
#c85aff on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85aff on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green35.3%
Blue100.0%
CMYK percentages
Cyan21.6%
Magenta64.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c85aff text on a black background
contrast 6.36:1
Card sample
#c85aff text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85aff;
Background color
Panel with #c85aff background
background-color: #c85aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 90, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 90, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85aff; background: linear-gradient(135deg, #c85aff, #FF5AC8);