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