#cf1cda
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 28, 218
HSL
297°, 77%, 48%
CMYK
5, 87, 0, 15
Luminance
0.1916
Every format
| HEX | #cf1cda |
| RGB | rgb(207, 28, 218) |
| HSL | hsl(297, 77%, 48%) |
| CMYK | cmyk(5%, 87%, 0%, 15%) |
| LAB | lab(50.9 82.7 -55.6) |
| LCH | lch(50.9 99.6 326.1) |
| OKLCH | oklch(0.613 0.274 325.4) |
Copy-ready code
/* CSS */
color: #cf1cda;
background-color: #cf1cda;
/* Tailwind (arbitrary) */
class="text-[#cf1cda] bg-[#cf1cda]"
/* SCSS */
$brand: #cf1cda;
/* SwiftUI */
Color(red: 0.812, green: 0.110, blue: 0.855)
/* Android */
Color.parseColor("#cf1cda")Accessibility — WCAG contrast
Aa
#cf1cda on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1cda on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green11.0%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta87.2%
Yellow0.0%
Key (black)14.5%
Color previews
#cf1cda text on a black background
contrast 4.83:1
Card sample
#cf1cda text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1cda;
Background color
Panel with #cf1cda background
background-color: #cf1cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 28, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 28, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1cda; background: linear-gradient(135deg, #cf1cda, #DA1C66);