#cf2fe2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 47, 226
HSL
294°, 76%, 54%
CMYK
8, 79, 0, 11
Luminance
0.2079
Every format
| HEX | #cf2fe2 |
| RGB | rgb(207, 47, 226) |
| HSL | hsl(294, 76%, 54%) |
| CMYK | cmyk(8%, 79%, 0%, 11%) |
| LAB | lab(52.7 80.0 -57.2) |
| LCH | lch(52.7 98.3 324.4) |
| OKLCH | oklch(0.628 0.267 323.1) |
Copy-ready code
/* CSS */
color: #cf2fe2;
background-color: #cf2fe2;
/* Tailwind (arbitrary) */
class="text-[#cf2fe2] bg-[#cf2fe2]"
/* SCSS */
$brand: #cf2fe2;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.886)
/* Android */
Color.parseColor("#cf2fe2")Accessibility — WCAG contrast
Aa
#cf2fe2 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2fe2 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta79.2%
Yellow0.0%
Key (black)11.4%
Color previews
#cf2fe2 text on a black background
contrast 5.16:1
Card sample
#cf2fe2 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2fe2;
Background color
Panel with #cf2fe2 background
background-color: #cf2fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2fe2; background: linear-gradient(135deg, #cf2fe2, #E22F7E);