#cf3fdf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 63, 223
HSL
294°, 71%, 56%
CMYK
7, 72, 0, 13
Luminance
0.2215
Every format
| HEX | #cf3fdf |
| RGB | rgb(207, 63, 223) |
| HSL | hsl(294, 71%, 56%) |
| CMYK | cmyk(7%, 72%, 0%, 13%) |
| LAB | lab(54.2 74.7 -53.2) |
| LCH | lch(54.2 91.7 324.6) |
| OKLCH | oklch(0.638 0.250 323.6) |
Copy-ready code
/* CSS */
color: #cf3fdf;
background-color: #cf3fdf;
/* Tailwind (arbitrary) */
class="text-[#cf3fdf] bg-[#cf3fdf]"
/* SCSS */
$brand: #cf3fdf;
/* SwiftUI */
Color(red: 0.812, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#cf3fdf")Accessibility — WCAG contrast
Aa
#cf3fdf on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf3fdf on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green24.7%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cf3fdf text on a black background
contrast 5.43:1
Card sample
#cf3fdf text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3fdf;
Background color
Panel with #cf3fdf background
background-color: #cf3fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3fdf; background: linear-gradient(135deg, #cf3fdf, #DF3F84);