#c82ccc
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
200, 44, 204
HSL
299°, 65%, 49%
CMYK
2, 78, 0, 20
Luminance
0.1844
Every format
| HEX | #c82ccc |
| RGB | rgb(200, 44, 204) |
| HSL | hsl(299, 65%, 49%) |
| CMYK | cmyk(2%, 78%, 0%, 20%) |
| LAB | lab(50.0 75.9 -49.0) |
| LCH | lch(50.0 90.3 327.1) |
| OKLCH | oklch(0.603 0.250 327.0) |
Copy-ready code
/* CSS */
color: #c82ccc;
background-color: #c82ccc;
/* Tailwind (arbitrary) */
class="text-[#c82ccc] bg-[#c82ccc]"
/* SCSS */
$brand: #c82ccc;
/* SwiftUI */
Color(red: 0.784, green: 0.173, blue: 0.800)
/* Android */
Color.parseColor("#c82ccc")Accessibility — WCAG contrast
Aa
#c82ccc on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c82ccc on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green17.3%
Blue80.0%
CMYK percentages
Cyan2.0%
Magenta78.4%
Yellow0.0%
Key (black)20.0%
Color previews
#c82ccc text on a black background
contrast 4.69:1
Card sample
#c82ccc text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c82ccc;
Background color
Panel with #c82ccc background
background-color: #c82ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c82ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 44, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 44, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c82ccc; background: linear-gradient(135deg, #c82ccc, #CC2C65);