#df4fdc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 79, 220
HSL
301°, 69%, 59%
CMYK
0, 65, 1, 13
Luminance
0.2645
Every format
| HEX | #df4fdc |
| RGB | rgb(223, 79, 220) |
| HSL | hsl(301, 69%, 59%) |
| CMYK | cmyk(0%, 65%, 1%, 13%) |
| LAB | lab(58.5 72.0 -44.5) |
| LCH | lch(58.5 84.7 328.3) |
| OKLCH | oklch(0.673 0.236 328.7) |
Copy-ready code
/* CSS */
color: #df4fdc;
background-color: #df4fdc;
/* Tailwind (arbitrary) */
class="text-[#df4fdc] bg-[#df4fdc]"
/* SCSS */
$brand: #df4fdc;
/* SwiftUI */
Color(red: 0.875, green: 0.310, blue: 0.863)
/* Android */
Color.parseColor("#df4fdc")Accessibility — WCAG contrast
Aa
#df4fdc on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4fdc on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.0%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow1.3%
Key (black)12.5%
Color previews
#df4fdc text on a black background
contrast 6.29:1
Card sample
#df4fdc text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4fdc;
Background color
Panel with #df4fdc background
background-color: #df4fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 79, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 79, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4fdc; background: linear-gradient(135deg, #df4fdc, #DF4F7C);