#cf1fec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 31, 236
HSL
292°, 84%, 52%
CMYK
12, 87, 0, 8
Luminance
0.2030
Every format
| HEX | #cf1fec |
| RGB | rgb(207, 31, 236) |
| HSL | hsl(292, 84%, 52%) |
| CMYK | cmyk(12%, 87%, 0%, 8%) |
| LAB | lab(52.2 85.0 -63.7) |
| LCH | lch(52.2 106.3 323.1) |
| OKLCH | oklch(0.626 0.285 321.0) |
Copy-ready code
/* CSS */
color: #cf1fec;
background-color: #cf1fec;
/* Tailwind (arbitrary) */
class="text-[#cf1fec] bg-[#cf1fec]"
/* SCSS */
$brand: #cf1fec;
/* SwiftUI */
Color(red: 0.812, green: 0.122, blue: 0.925)
/* Android */
Color.parseColor("#cf1fec")Accessibility — WCAG contrast
Aa
#cf1fec on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1fec on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.2%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta86.9%
Yellow0.0%
Key (black)7.5%
Color previews
#cf1fec text on a black background
contrast 5.06:1
Card sample
#cf1fec text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1fec;
Background color
Panel with #cf1fec background
background-color: #cf1fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 31, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 31, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1fec; background: linear-gradient(135deg, #cf1fec, #EC1F80);