#cf1cef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 28, 239
HSL
291°, 87%, 52%
CMYK
13, 88, 0, 6
Luminance
0.2033
Every format
| HEX | #cf1cef |
| RGB | rgb(207, 28, 239) |
| HSL | hsl(291, 87%, 52%) |
| CMYK | cmyk(13%, 88%, 0%, 6%) |
| LAB | lab(52.2 86.0 -65.4) |
| LCH | lch(52.2 108.0 322.8) |
| OKLCH | oklch(0.627 0.288 320.4) |
Copy-ready code
/* CSS */
color: #cf1cef;
background-color: #cf1cef;
/* Tailwind (arbitrary) */
class="text-[#cf1cef] bg-[#cf1cef]"
/* SCSS */
$brand: #cf1cef;
/* SwiftUI */
Color(red: 0.812, green: 0.110, blue: 0.937)
/* Android */
Color.parseColor("#cf1cef")Accessibility — WCAG contrast
Aa
#cf1cef on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1cef on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green11.0%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta88.3%
Yellow0.0%
Key (black)6.3%
Color previews
#cf1cef text on a black background
contrast 5.07:1
Card sample
#cf1cef text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1cef;
Background color
Panel with #cf1cef background
background-color: #cf1cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 28, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 28, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1cef; background: linear-gradient(135deg, #cf1cef, #EF1C82);