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