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