#cf2fe7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 47, 231
HSL
292°, 79%, 55%
CMYK
10, 80, 0, 9
Luminance
0.2107
Every format
| HEX | #cf2fe7 |
| RGB | rgb(207, 47, 231) |
| HSL | hsl(292, 79%, 55%) |
| CMYK | cmyk(10%, 80%, 0%, 9%) |
| LAB | lab(53.0 80.8 -59.5) |
| LCH | lch(53.0 100.4 323.6) |
| OKLCH | oklch(0.631 0.271 321.9) |
Copy-ready code
/* CSS */
color: #cf2fe7;
background-color: #cf2fe7;
/* Tailwind (arbitrary) */
class="text-[#cf2fe7] bg-[#cf2fe7]"
/* SCSS */
$brand: #cf2fe7;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.906)
/* Android */
Color.parseColor("#cf2fe7")Accessibility — WCAG contrast
Aa
#cf2fe7 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2fe7 on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue90.6%
CMYK percentages
Cyan10.4%
Magenta79.7%
Yellow0.0%
Key (black)9.4%
Color previews
#cf2fe7 text on a black background
contrast 5.21:1
Card sample
#cf2fe7 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2fe7;
Background color
Panel with #cf2fe7 background
background-color: #cf2fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2fe7; background: linear-gradient(135deg, #cf2fe7, #E72F84);