#cf2cec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 44, 236
HSL
291°, 84%, 55%
CMYK
12, 81, 0, 8
Luminance
0.2112
Every format
| HEX | #cf2cec |
| RGB | rgb(207, 44, 236) |
| HSL | hsl(291, 84%, 55%) |
| CMYK | cmyk(12%, 81%, 0%, 8%) |
| LAB | lab(53.1 82.4 -62.3) |
| LCH | lch(53.1 103.3 322.9) |
| OKLCH | oklch(0.632 0.277 320.8) |
Copy-ready code
/* CSS */
color: #cf2cec;
background-color: #cf2cec;
/* Tailwind (arbitrary) */
class="text-[#cf2cec] bg-[#cf2cec]"
/* SCSS */
$brand: #cf2cec;
/* SwiftUI */
Color(red: 0.812, green: 0.173, blue: 0.925)
/* Android */
Color.parseColor("#cf2cec")Accessibility — WCAG contrast
Aa
#cf2cec on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2cec on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.3%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta81.4%
Yellow0.0%
Key (black)7.5%
Color previews
#cf2cec text on a black background
contrast 5.22:1
Card sample
#cf2cec text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2cec;
Background color
Panel with #cf2cec background
background-color: #cf2cec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2cec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 44, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 44, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2cec; background: linear-gradient(135deg, #cf2cec, #EC2C89);