#c732df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
199, 50, 223
HSL
292°, 73%, 54%
CMYK
11, 78, 0, 13
Luminance
0.1975
Every format
| HEX | #c732df |
| RGB | rgb(199, 50, 223) |
| HSL | hsl(292, 73%, 54%) |
| CMYK | cmyk(11%, 78%, 0%, 13%) |
| LAB | lab(51.6 77.2 -57.5) |
| LCH | lch(51.6 96.2 323.3) |
| OKLCH | oklch(0.617 0.259 321.6) |
Copy-ready code
/* CSS */
color: #c732df;
background-color: #c732df;
/* Tailwind (arbitrary) */
class="text-[#c732df] bg-[#c732df]"
/* SCSS */
$brand: #c732df;
/* SwiftUI */
Color(red: 0.780, green: 0.196, blue: 0.875)
/* Android */
Color.parseColor("#c732df")Accessibility — WCAG contrast
Aa
#c732df on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c732df on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green19.6%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta77.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c732df text on a black background
contrast 4.95:1
Card sample
#c732df text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c732df;
Background color
Panel with #c732df background
background-color: #c732df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c732df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 50, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 50, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c732df; background: linear-gradient(135deg, #c732df, #DF3284);