#c82ccf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
200, 44, 207
HSL
297°, 65%, 49%
CMYK
3, 79, 0, 19
Luminance
0.1859
Every format
| HEX | #c82ccf |
| RGB | rgb(200, 44, 207) |
| HSL | hsl(297, 65%, 49%) |
| CMYK | cmyk(3%, 79%, 0%, 19%) |
| LAB | lab(50.2 76.3 -50.5) |
| LCH | lch(50.2 91.5 326.5) |
| OKLCH | oklch(0.604 0.252 326.2) |
Copy-ready code
/* CSS */
color: #c82ccf;
background-color: #c82ccf;
/* Tailwind (arbitrary) */
class="text-[#c82ccf] bg-[#c82ccf]"
/* SCSS */
$brand: #c82ccf;
/* SwiftUI */
Color(red: 0.784, green: 0.173, blue: 0.812)
/* Android */
Color.parseColor("#c82ccf")Accessibility — WCAG contrast
Aa
#c82ccf on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c82ccf on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green17.3%
Blue81.2%
CMYK percentages
Cyan3.4%
Magenta78.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c82ccf text on a black background
contrast 4.72:1
Card sample
#c82ccf text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c82ccf;
Background color
Panel with #c82ccf background
background-color: #c82ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c82ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 44, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 44, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c82ccf; background: linear-gradient(135deg, #c82ccf, #CF2C69);