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