#c85dfb
a light, electric violet · warm · closest name: violet
RGB
200, 93, 251
HSL
281°, 95%, 68%
CMYK
20, 63, 0, 2
Luminance
0.2707
Every format
| HEX | #c85dfb |
| RGB | rgb(200, 93, 251) |
| HSL | hsl(281, 95%, 68%) |
| CMYK | cmyk(20%, 63%, 0%, 2%) |
| LAB | lab(59.0 66.7 -61.1) |
| LCH | lch(59.0 90.4 317.5) |
| OKLCH | oklch(0.676 0.235 313.0) |
Copy-ready code
/* CSS */
color: #c85dfb;
background-color: #c85dfb;
/* Tailwind (arbitrary) */
class="text-[#c85dfb] bg-[#c85dfb]"
/* SCSS */
$brand: #c85dfb;
/* SwiftUI */
Color(red: 0.784, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#c85dfb")Accessibility — WCAG contrast
Aa
#c85dfb on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85dfb on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green36.5%
Blue98.4%
CMYK percentages
Cyan20.3%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#c85dfb text on a black background
contrast 6.41:1
Card sample
#c85dfb text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85dfb;
Background color
Panel with #c85dfb background
background-color: #c85dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85dfb; background: linear-gradient(135deg, #c85dfb, #FB5DC5);