#c813df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
200, 19, 223
HSL
293°, 84%, 48%
CMYK
10, 92, 0, 13
Luminance
0.1807
Every format
| HEX | #c813df |
| RGB | rgb(200, 19, 223) |
| HSL | hsl(293, 84%, 48%) |
| CMYK | cmyk(10%, 92%, 0%, 13%) |
| LAB | lab(49.6 83.6 -60.6) |
| LCH | lch(49.6 103.3 324.1) |
| OKLCH | oklch(0.603 0.279 322.4) |
Copy-ready code
/* CSS */
color: #c813df;
background-color: #c813df;
/* Tailwind (arbitrary) */
class="text-[#c813df] bg-[#c813df]"
/* SCSS */
$brand: #c813df;
/* SwiftUI */
Color(red: 0.784, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#c813df")Accessibility — WCAG contrast
Aa
#c813df on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c813df on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green7.5%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c813df text on a black background
contrast 4.61:1
Card sample
#c813df text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c813df;
Background color
Panel with #c813df background
background-color: #c813df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c813df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c813df; background: linear-gradient(135deg, #c813df, #DF136E);