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