#df1ffc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 31, 252
HSL
292°, 97%, 56%
CMYK
12, 88, 0, 1
Luminance
0.2370
Every format
| HEX | #df1ffc |
| RGB | rgb(223, 31, 252) |
| HSL | hsl(292, 97%, 56%) |
| CMYK | cmyk(12%, 88%, 0%, 1%) |
| LAB | lab(55.8 90.1 -66.7) |
| LCH | lch(55.8 112.1 323.5) |
| OKLCH | oklch(0.659 0.301 321.5) |
Copy-ready code
/* CSS */
color: #df1ffc;
background-color: #df1ffc;
/* Tailwind (arbitrary) */
class="text-[#df1ffc] bg-[#df1ffc]"
/* SCSS */
$brand: #df1ffc;
/* SwiftUI */
Color(red: 0.875, green: 0.122, blue: 0.988)
/* Android */
Color.parseColor("#df1ffc")Accessibility — WCAG contrast
Aa
#df1ffc on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df1ffc on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green12.2%
Blue98.8%
CMYK percentages
Cyan11.5%
Magenta87.7%
Yellow0.0%
Key (black)1.2%
Color previews
#df1ffc text on a black background
contrast 5.74:1
Card sample
#df1ffc text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1ffc;
Background color
Panel with #df1ffc background
background-color: #df1ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 31, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 31, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1ffc; background: linear-gradient(135deg, #df1ffc, #FC1F86);