#c82cdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
200, 44, 223
HSL
292°, 74%, 52%
CMYK
10, 80, 0, 13
Luminance
0.1941
Every format
| HEX | #c82cdf |
| RGB | rgb(200, 44, 223) |
| HSL | hsl(292, 74%, 52%) |
| CMYK | cmyk(10%, 80%, 0%, 13%) |
| LAB | lab(51.2 79.0 -58.1) |
| LCH | lch(51.2 98.0 323.7) |
| OKLCH | oklch(0.614 0.264 322.0) |
Copy-ready code
/* CSS */
color: #c82cdf;
background-color: #c82cdf;
/* Tailwind (arbitrary) */
class="text-[#c82cdf] bg-[#c82cdf]"
/* SCSS */
$brand: #c82cdf;
/* SwiftUI */
Color(red: 0.784, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#c82cdf")Accessibility — WCAG contrast
Aa
#c82cdf on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c82cdf on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green17.3%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c82cdf text on a black background
contrast 4.88:1
Card sample
#c82cdf text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c82cdf;
Background color
Panel with #c82cdf background
background-color: #c82cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c82cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c82cdf; background: linear-gradient(135deg, #c82cdf, #DF2C7F);