#c83ddf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
200, 61, 223
HSL
292°, 72%, 56%
CMYK
10, 73, 0, 13
Luminance
0.2094
Every format
| HEX | #c83ddf |
| RGB | rgb(200, 61, 223) |
| HSL | hsl(292, 72%, 56%) |
| CMYK | cmyk(10%, 73%, 0%, 13%) |
| LAB | lab(52.9 74.0 -55.3) |
| LCH | lch(52.9 92.4 323.2) |
| OKLCH | oklch(0.626 0.249 321.6) |
Copy-ready code
/* CSS */
color: #c83ddf;
background-color: #c83ddf;
/* Tailwind (arbitrary) */
class="text-[#c83ddf] bg-[#c83ddf]"
/* SCSS */
$brand: #c83ddf;
/* SwiftUI */
Color(red: 0.784, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#c83ddf")Accessibility — WCAG contrast
Aa
#c83ddf on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c83ddf on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green23.9%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c83ddf text on a black background
contrast 5.19:1
Card sample
#c83ddf text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c83ddf;
Background color
Panel with #c83ddf background
background-color: #c83ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c83ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c83ddf; background: linear-gradient(135deg, #c83ddf, #DF3D8A);