#cf32da
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 50, 218
HSL
296°, 69%, 53%
CMYK
5, 77, 0, 15
Luminance
0.2061
Every format
| HEX | #cf32da |
| RGB | rgb(207, 50, 218) |
| HSL | hsl(296, 69%, 53%) |
| CMYK | cmyk(5%, 77%, 0%, 15%) |
| LAB | lab(52.5 77.9 -53.0) |
| LCH | lch(52.5 94.2 325.8) |
| OKLCH | oklch(0.625 0.258 325.1) |
Copy-ready code
/* CSS */
color: #cf32da;
background-color: #cf32da;
/* Tailwind (arbitrary) */
class="text-[#cf32da] bg-[#cf32da]"
/* SCSS */
$brand: #cf32da;
/* SwiftUI */
Color(red: 0.812, green: 0.196, blue: 0.855)
/* Android */
Color.parseColor("#cf32da")Accessibility — WCAG contrast
Aa
#cf32da on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf32da on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green19.6%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta77.1%
Yellow0.0%
Key (black)14.5%
Color previews
#cf32da text on a black background
contrast 5.12:1
Card sample
#cf32da text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf32da;
Background color
Panel with #cf32da background
background-color: #cf32da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf32da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 50, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 50, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf32da; background: linear-gradient(135deg, #cf32da, #DA3275);