#c836ff
a balanced, electric violet · warm · closest name: magenta
RGB
200, 54, 255
HSL
284°, 100%, 61%
CMYK
22, 79, 0, 0
Luminance
0.2214
Every format
| HEX | #c836ff |
| RGB | rgb(200, 54, 255) |
| HSL | hsl(284, 100%, 61%) |
| CMYK | cmyk(22%, 79%, 0%, 0%) |
| LAB | lab(54.2 81.9 -71.2) |
| LCH | lch(54.2 108.5 319.0) |
| OKLCH | oklch(0.642 0.281 314.3) |
Copy-ready code
/* CSS */
color: #c836ff;
background-color: #c836ff;
/* Tailwind (arbitrary) */
class="text-[#c836ff] bg-[#c836ff]"
/* SCSS */
$brand: #c836ff;
/* SwiftUI */
Color(red: 0.784, green: 0.212, blue: 1.000)
/* Android */
Color.parseColor("#c836ff")Accessibility — WCAG contrast
Aa
#c836ff on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c836ff on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green21.2%
Blue100.0%
CMYK percentages
Cyan21.6%
Magenta78.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c836ff text on a black background
contrast 5.43:1
Card sample
#c836ff text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c836ff;
Background color
Panel with #c836ff background
background-color: #c836ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c836ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 54, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 54, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c836ff; background: linear-gradient(135deg, #c836ff, #FF36B0);