#c836df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
200, 54, 223
HSL
292°, 73%, 54%
CMYK
10, 76, 0, 13
Luminance
0.2025
Every format
| HEX | #c836df |
| RGB | rgb(200, 54, 223) |
| HSL | hsl(292, 73%, 54%) |
| CMYK | cmyk(10%, 76%, 0%, 13%) |
| LAB | lab(52.1 76.2 -56.5) |
| LCH | lch(52.1 94.9 323.4) |
| OKLCH | oklch(0.621 0.256 321.8) |
Copy-ready code
/* CSS */
color: #c836df;
background-color: #c836df;
/* Tailwind (arbitrary) */
class="text-[#c836df] bg-[#c836df]"
/* SCSS */
$brand: #c836df;
/* SwiftUI */
Color(red: 0.784, green: 0.212, blue: 0.875)
/* Android */
Color.parseColor("#c836df")Accessibility — WCAG contrast
Aa
#c836df on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c836df on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green21.2%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta75.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c836df text on a black background
contrast 5.05:1
Card sample
#c836df text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c836df;
Background color
Panel with #c836df background
background-color: #c836df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c836df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 54, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 54, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c836df; background: linear-gradient(135deg, #c836df, #DF3685);