#cf2fec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 47, 236
HSL
291°, 83%, 56%
CMYK
12, 80, 0, 8
Luminance
0.2135
Every format
| HEX | #cf2fec |
| RGB | rgb(207, 47, 236) |
| HSL | hsl(291, 83%, 56%) |
| CMYK | cmyk(12%, 80%, 0%, 8%) |
| LAB | lab(53.3 81.6 -61.9) |
| LCH | lch(53.3 102.4 322.8) |
| OKLCH | oklch(0.634 0.274 320.7) |
Copy-ready code
/* CSS */
color: #cf2fec;
background-color: #cf2fec;
/* Tailwind (arbitrary) */
class="text-[#cf2fec] bg-[#cf2fec]"
/* SCSS */
$brand: #cf2fec;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.925)
/* Android */
Color.parseColor("#cf2fec")Accessibility — WCAG contrast
Aa
#cf2fec on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2fec on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta80.1%
Yellow0.0%
Key (black)7.5%
Color previews
#cf2fec text on a black background
contrast 5.27:1
Card sample
#cf2fec text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2fec;
Background color
Panel with #cf2fec background
background-color: #cf2fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2fec; background: linear-gradient(135deg, #cf2fec, #EC2F8B);