#cf1ade
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 26, 222
HSL
295°, 79%, 49%
CMYK
7, 88, 0, 13
Luminance
0.1928
Every format
| HEX | #cf1ade |
| RGB | rgb(207, 26, 222) |
| HSL | hsl(295, 79%, 49%) |
| CMYK | cmyk(7%, 88%, 0%, 13%) |
| LAB | lab(51.0 83.6 -57.7) |
| LCH | lch(51.0 101.6 325.4) |
| OKLCH | oklch(0.615 0.277 324.4) |
Copy-ready code
/* CSS */
color: #cf1ade;
background-color: #cf1ade;
/* Tailwind (arbitrary) */
class="text-[#cf1ade] bg-[#cf1ade]"
/* SCSS */
$brand: #cf1ade;
/* SwiftUI */
Color(red: 0.812, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#cf1ade")Accessibility — WCAG contrast
Aa
#cf1ade on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1ade on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green10.2%
Blue87.1%
CMYK percentages
Cyan6.8%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#cf1ade text on a black background
contrast 4.86:1
Card sample
#cf1ade text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1ade;
Background color
Panel with #cf1ade background
background-color: #cf1ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1ade; background: linear-gradient(135deg, #cf1ade, #DE1A6A);