#cf2fef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 47, 239
HSL
290°, 86%, 56%
CMYK
13, 80, 0, 6
Luminance
0.2153
Every format
| HEX | #cf2fef |
| RGB | rgb(207, 47, 239) |
| HSL | hsl(290, 86%, 56%) |
| CMYK | cmyk(13%, 80%, 0%, 6%) |
| LAB | lab(53.5 82.1 -63.2) |
| LCH | lch(53.5 103.7 322.4) |
| OKLCH | oklch(0.636 0.277 320.0) |
Copy-ready code
/* CSS */
color: #cf2fef;
background-color: #cf2fef;
/* Tailwind (arbitrary) */
class="text-[#cf2fef] bg-[#cf2fef]"
/* SCSS */
$brand: #cf2fef;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.937)
/* Android */
Color.parseColor("#cf2fef")Accessibility — WCAG contrast
Aa
#cf2fef on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2fef on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta80.3%
Yellow0.0%
Key (black)6.3%
Color previews
#cf2fef text on a black background
contrast 5.31:1
Card sample
#cf2fef text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2fef;
Background color
Panel with #cf2fef background
background-color: #cf2fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2fef; background: linear-gradient(135deg, #cf2fef, #EF2F8F);