#df1bcf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 27, 207
HSL
305°, 78%, 49%
CMYK
0, 88, 7, 13
Luminance
0.2098
Every format
| HEX | #df1bcf |
| RGB | rgb(223, 27, 207) |
| HSL | hsl(305, 78%, 49%) |
| CMYK | cmyk(0%, 88%, 7%, 13%) |
| LAB | lab(52.9 84.0 -45.9) |
| LCH | lch(52.9 95.7 331.3) |
| OKLCH | oklch(0.631 0.273 332.4) |
Copy-ready code
/* CSS */
color: #df1bcf;
background-color: #df1bcf;
/* Tailwind (arbitrary) */
class="text-[#df1bcf] bg-[#df1bcf]"
/* SCSS */
$brand: #df1bcf;
/* SwiftUI */
Color(red: 0.875, green: 0.106, blue: 0.812)
/* Android */
Color.parseColor("#df1bcf")Accessibility — WCAG contrast
Aa
#df1bcf on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df1bcf on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green10.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow7.2%
Key (black)12.5%
Color previews
#df1bcf text on a black background
contrast 5.20:1
Card sample
#df1bcf text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1bcf;
Background color
Panel with #df1bcf background
background-color: #df1bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 27, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 27, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1bcf; background: linear-gradient(135deg, #df1bcf, #DF1B4C);