#cf1fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 31, 223
HSL
295°, 76%, 50%
CMYK
7, 86, 0, 13
Luminance
0.1957
Every format
| HEX | #cf1fdf |
| RGB | rgb(207, 31, 223) |
| HSL | hsl(295, 76%, 50%) |
| CMYK | cmyk(7%, 86%, 0%, 13%) |
| LAB | lab(51.4 82.9 -57.7) |
| LCH | lch(51.4 101.0 325.2) |
| OKLCH | oklch(0.618 0.275 324.1) |
Copy-ready code
/* CSS */
color: #cf1fdf;
background-color: #cf1fdf;
/* Tailwind (arbitrary) */
class="text-[#cf1fdf] bg-[#cf1fdf]"
/* SCSS */
$brand: #cf1fdf;
/* SwiftUI */
Color(red: 0.812, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#cf1fdf")Accessibility — WCAG contrast
Aa
#cf1fdf on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf1fdf on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.2%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cf1fdf text on a black background
contrast 4.91:1
Card sample
#cf1fdf text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1fdf;
Background color
Panel with #cf1fdf background
background-color: #cf1fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1fdf; background: linear-gradient(135deg, #cf1fdf, #DF1F6F);