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