#cf1dec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 29, 236
HSL
292°, 85%, 52%
CMYK
12, 88, 0, 8
Luminance
0.2020
Every format
| HEX | #cf1dec |
| RGB | rgb(207, 29, 236) |
| HSL | hsl(292, 85%, 52%) |
| CMYK | cmyk(12%, 88%, 0%, 8%) |
| LAB | lab(52.1 85.4 -63.9) |
| LCH | lch(52.1 106.6 323.2) |
| OKLCH | oklch(0.625 0.286 321.1) |
Copy-ready code
/* CSS */
color: #cf1dec;
background-color: #cf1dec;
/* Tailwind (arbitrary) */
class="text-[#cf1dec] bg-[#cf1dec]"
/* SCSS */
$brand: #cf1dec;
/* SwiftUI */
Color(red: 0.812, green: 0.114, blue: 0.925)
/* Android */
Color.parseColor("#cf1dec")Accessibility — WCAG contrast
Aa
#cf1dec on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1dec on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green11.4%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta87.7%
Yellow0.0%
Key (black)7.5%
Color previews
#cf1dec text on a black background
contrast 5.04:1
Card sample
#cf1dec text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1dec;
Background color
Panel with #cf1dec background
background-color: #cf1dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 29, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 29, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1dec; background: linear-gradient(135deg, #cf1dec, #EC1D7F);