#cf1ccf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 28, 207
HSL
300°, 76%, 46%
CMYK
0, 87, 0, 19
Luminance
0.1860
Every format
| HEX | #cf1ccf |
| RGB | rgb(207, 28, 207) |
| HSL | hsl(300, 76%, 46%) |
| CMYK | cmyk(0%, 87%, 0%, 19%) |
| LAB | lab(50.2 81.0 -50.4) |
| LCH | lch(50.2 95.4 328.1) |
| OKLCH | oklch(0.607 0.266 328.3) |
Copy-ready code
/* CSS */
color: #cf1ccf;
background-color: #cf1ccf;
/* Tailwind (arbitrary) */
class="text-[#cf1ccf] bg-[#cf1ccf]"
/* SCSS */
$brand: #cf1ccf;
/* SwiftUI */
Color(red: 0.812, green: 0.110, blue: 0.812)
/* Android */
Color.parseColor("#cf1ccf")Accessibility — WCAG contrast
Aa
#cf1ccf on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1ccf on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green11.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta86.5%
Yellow0.0%
Key (black)18.8%
Color previews
#cf1ccf text on a black background
contrast 4.72:1
Card sample
#cf1ccf text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1ccf;
Background color
Panel with #cf1ccf background
background-color: #cf1ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 28, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 28, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1ccf; background: linear-gradient(135deg, #cf1ccf, #CF1C58);