#c805ff
a balanced, electric violet · warm · closest name: magenta
RGB
200, 5, 255
HSL
287°, 100%, 51%
CMYK
22, 98, 0, 0
Luminance
0.1961
Every format
| HEX | #c805ff |
| RGB | rgb(200, 5, 255) |
| HSL | hsl(287, 100%, 51%) |
| CMYK | cmyk(22%, 98%, 0%, 0%) |
| LAB | lab(51.4 90.1 -75.7) |
| LCH | lch(51.4 117.7 320.0) |
| OKLCH | oklch(0.623 0.305 315.3) |
Copy-ready code
/* CSS */
color: #c805ff;
background-color: #c805ff;
/* Tailwind (arbitrary) */
class="text-[#c805ff] bg-[#c805ff]"
/* SCSS */
$brand: #c805ff;
/* SwiftUI */
Color(red: 0.784, green: 0.020, blue: 1.000)
/* Android */
Color.parseColor("#c805ff")Accessibility — WCAG contrast
Aa
#c805ff on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c805ff on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green2.0%
Blue100.0%
CMYK percentages
Cyan21.6%
Magenta98.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c805ff text on a black background
contrast 4.92:1
Card sample
#c805ff text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c805ff;
Background color
Panel with #c805ff background
background-color: #c805ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c805ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 5, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 5, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c805ff; background: linear-gradient(135deg, #c805ff, #FF058F);