#df1dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 29, 251
HSL
292°, 97%, 55%
CMYK
11, 88, 0, 2
Luminance
0.2353
Every format
| HEX | #df1dfb |
| RGB | rgb(223, 29, 251) |
| HSL | hsl(292, 97%, 55%) |
| CMYK | cmyk(11%, 88%, 0%, 2%) |
| LAB | lab(55.6 90.3 -66.5) |
| LCH | lch(55.6 112.1 323.6) |
| OKLCH | oklch(0.658 0.301 321.8) |
Copy-ready code
/* CSS */
color: #df1dfb;
background-color: #df1dfb;
/* Tailwind (arbitrary) */
class="text-[#df1dfb] bg-[#df1dfb]"
/* SCSS */
$brand: #df1dfb;
/* SwiftUI */
Color(red: 0.875, green: 0.114, blue: 0.984)
/* Android */
Color.parseColor("#df1dfb")Accessibility — WCAG contrast
Aa
#df1dfb on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df1dfb on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green11.4%
Blue98.4%
CMYK percentages
Cyan11.2%
Magenta88.4%
Yellow0.0%
Key (black)1.6%
Color previews
#df1dfb text on a black background
contrast 5.71:1
Card sample
#df1dfb text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1dfb;
Background color
Panel with #df1dfb background
background-color: #df1dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 29, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 29, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1dfb; background: linear-gradient(135deg, #df1dfb, #FB1D83);