#cf2ae1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 42, 225
HSL
294°, 75%, 52%
CMYK
8, 81, 0, 12
Luminance
0.2036
Every format
| HEX | #cf2ae1 |
| RGB | rgb(207, 42, 225) |
| HSL | hsl(294, 75%, 52%) |
| CMYK | cmyk(8%, 81%, 0%, 12%) |
| LAB | lab(52.2 81.0 -57.4) |
| LCH | lch(52.2 99.3 324.7) |
| OKLCH | oklch(0.624 0.270 323.5) |
Copy-ready code
/* CSS */
color: #cf2ae1;
background-color: #cf2ae1;
/* Tailwind (arbitrary) */
class="text-[#cf2ae1] bg-[#cf2ae1]"
/* SCSS */
$brand: #cf2ae1;
/* SwiftUI */
Color(red: 0.812, green: 0.165, blue: 0.882)
/* Android */
Color.parseColor("#cf2ae1")Accessibility — WCAG contrast
Aa
#cf2ae1 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2ae1 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.5%
Blue88.2%
CMYK percentages
Cyan8.0%
Magenta81.3%
Yellow0.0%
Key (black)11.8%
Color previews
#cf2ae1 text on a black background
contrast 5.07:1
Card sample
#cf2ae1 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2ae1;
Background color
Panel with #cf2ae1 background
background-color: #cf2ae1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2ae1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 42, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 42, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2ae1; background: linear-gradient(135deg, #cf2ae1, #E12A79);