#cf2cdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 44, 223
HSL
295°, 74%, 52%
CMYK
7, 80, 0, 13
Luminance
0.2039
Every format
| HEX | #cf2cdf |
| RGB | rgb(207, 44, 223) |
| HSL | hsl(295, 74%, 52%) |
| CMYK | cmyk(7%, 80%, 0%, 13%) |
| LAB | lab(52.3 80.2 -56.2) |
| LCH | lch(52.3 98.0 325.0) |
| OKLCH | oklch(0.624 0.267 323.9) |
Copy-ready code
/* CSS */
color: #cf2cdf;
background-color: #cf2cdf;
/* Tailwind (arbitrary) */
class="text-[#cf2cdf] bg-[#cf2cdf]"
/* SCSS */
$brand: #cf2cdf;
/* SwiftUI */
Color(red: 0.812, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#cf2cdf")Accessibility — WCAG contrast
Aa
#cf2cdf on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2cdf on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.3%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cf2cdf text on a black background
contrast 5.08:1
Card sample
#cf2cdf text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2cdf;
Background color
Panel with #cf2cdf background
background-color: #cf2cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2cdf; background: linear-gradient(135deg, #cf2cdf, #DF2C78);