#cf1fef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 31, 239
HSL
291°, 87%, 53%
CMYK
13, 87, 0, 6
Luminance
0.2048
Every format
| HEX | #cf1fef |
| RGB | rgb(207, 31, 239) |
| HSL | hsl(291, 87%, 53%) |
| CMYK | cmyk(13%, 87%, 0%, 6%) |
| LAB | lab(52.4 85.5 -65.1) |
| LCH | lch(52.4 107.5 322.7) |
| OKLCH | oklch(0.628 0.287 320.3) |
Copy-ready code
/* CSS */
color: #cf1fef;
background-color: #cf1fef;
/* Tailwind (arbitrary) */
class="text-[#cf1fef] bg-[#cf1fef]"
/* SCSS */
$brand: #cf1fef;
/* SwiftUI */
Color(red: 0.812, green: 0.122, blue: 0.937)
/* Android */
Color.parseColor("#cf1fef")Accessibility — WCAG contrast
Aa
#cf1fef on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1fef on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.2%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta87.0%
Yellow0.0%
Key (black)6.3%
Color previews
#cf1fef text on a black background
contrast 5.10:1
Card sample
#cf1fef text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1fef;
Background color
Panel with #cf1fef background
background-color: #cf1fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 31, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 31, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1fef; background: linear-gradient(135deg, #cf1fef, #EF1F84);