#cf2fdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 47, 223
HSL
295°, 73%, 53%
CMYK
7, 79, 0, 13
Luminance
0.2063
Every format
| HEX | #cf2fdf |
| RGB | rgb(207, 47, 223) |
| HSL | hsl(295, 73%, 53%) |
| CMYK | cmyk(7%, 79%, 0%, 13%) |
| LAB | lab(52.5 79.5 -55.8) |
| LCH | lch(52.5 97.1 324.9) |
| OKLCH | oklch(0.626 0.265 323.9) |
Copy-ready code
/* CSS */
color: #cf2fdf;
background-color: #cf2fdf;
/* Tailwind (arbitrary) */
class="text-[#cf2fdf] bg-[#cf2fdf]"
/* SCSS */
$brand: #cf2fdf;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#cf2fdf")Accessibility — WCAG contrast
Aa
#cf2fdf on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2fdf on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#cf2fdf text on a black background
contrast 5.13:1
Card sample
#cf2fdf text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2fdf;
Background color
Panel with #cf2fdf background
background-color: #cf2fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2fdf; background: linear-gradient(135deg, #cf2fdf, #DF2F7A);