#cf1ae2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 26, 226
HSL
294°, 79%, 49%
CMYK
8, 89, 0, 11
Luminance
0.1950
Every format
| HEX | #cf1ae2 |
| RGB | rgb(207, 26, 226) |
| HSL | hsl(294, 79%, 49%) |
| CMYK | cmyk(8%, 89%, 0%, 11%) |
| LAB | lab(51.3 84.2 -59.5) |
| LCH | lch(51.3 103.2 324.7) |
| OKLCH | oklch(0.618 0.280 323.5) |
Copy-ready code
/* CSS */
color: #cf1ae2;
background-color: #cf1ae2;
/* Tailwind (arbitrary) */
class="text-[#cf1ae2] bg-[#cf1ae2]"
/* SCSS */
$brand: #cf1ae2;
/* SwiftUI */
Color(red: 0.812, green: 0.102, blue: 0.886)
/* Android */
Color.parseColor("#cf1ae2")Accessibility — WCAG contrast
Aa
#cf1ae2 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1ae2 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green10.2%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta88.5%
Yellow0.0%
Key (black)11.4%
Color previews
#cf1ae2 text on a black background
contrast 4.90:1
Card sample
#cf1ae2 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1ae2;
Background color
Panel with #cf1ae2 background
background-color: #cf1ae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1ae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 26, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 26, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1ae2; background: linear-gradient(135deg, #cf1ae2, #E21A70);