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