#df0fdc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 15, 220
HSL
301°, 87%, 47%
CMYK
0, 93, 1, 13
Luminance
0.2120
Every format
| HEX | #df0fdc |
| RGB | rgb(223, 15, 220) |
| HSL | hsl(301, 87%, 47%) |
| CMYK | cmyk(0%, 93%, 1%, 13%) |
| LAB | lab(53.2 87.2 -52.9) |
| LCH | lch(53.2 102.0 328.7) |
| OKLCH | oklch(0.635 0.286 329.1) |
Copy-ready code
/* CSS */
color: #df0fdc;
background-color: #df0fdc;
/* Tailwind (arbitrary) */
class="text-[#df0fdc] bg-[#df0fdc]"
/* SCSS */
$brand: #df0fdc;
/* SwiftUI */
Color(red: 0.875, green: 0.059, blue: 0.863)
/* Android */
Color.parseColor("#df0fdc")Accessibility — WCAG contrast
Aa
#df0fdc on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0fdc on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green5.9%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow1.3%
Key (black)12.5%
Color previews
#df0fdc text on a black background
contrast 5.24:1
Card sample
#df0fdc text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0fdc;
Background color
Panel with #df0fdc background
background-color: #df0fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 15, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 15, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0fdc; background: linear-gradient(135deg, #df0fdc, #DF0F51);