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