#cf2fe5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 47, 229
HSL
293°, 78%, 54%
CMYK
10, 80, 0, 10
Luminance
0.2096
Every format
| HEX | #cf2fe5 |
| RGB | rgb(207, 47, 229) |
| HSL | hsl(293, 78%, 54%) |
| CMYK | cmyk(10%, 80%, 0%, 10%) |
| LAB | lab(52.9 80.5 -58.6) |
| LCH | lch(52.9 99.5 323.9) |
| OKLCH | oklch(0.630 0.269 322.4) |
Copy-ready code
/* CSS */
color: #cf2fe5;
background-color: #cf2fe5;
/* Tailwind (arbitrary) */
class="text-[#cf2fe5] bg-[#cf2fe5]"
/* SCSS */
$brand: #cf2fe5;
/* SwiftUI */
Color(red: 0.812, green: 0.184, blue: 0.898)
/* Android */
Color.parseColor("#cf2fe5")Accessibility — WCAG contrast
Aa
#cf2fe5 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2fe5 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.4%
Blue89.8%
CMYK percentages
Cyan9.6%
Magenta79.5%
Yellow0.0%
Key (black)10.2%
Color previews
#cf2fe5 text on a black background
contrast 5.19:1
Card sample
#cf2fe5 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2fe5;
Background color
Panel with #cf2fe5 background
background-color: #cf2fe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2fe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 47, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 47, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2fe5; background: linear-gradient(135deg, #cf2fe5, #E52F82);