#df3ead
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 62, 173
HSL
319°, 72%, 56%
CMYK
0, 72, 22, 13
Luminance
0.2215
Every format
| HEX | #df3ead |
| RGB | rgb(223, 62, 173) |
| HSL | hsl(319, 72%, 56%) |
| CMYK | cmyk(0%, 72%, 22%, 13%) |
| LAB | lab(54.2 71.2 -24.2) |
| LCH | lch(54.2 75.2 341.2) |
| OKLCH | oklch(0.635 0.224 343.2) |
Copy-ready code
/* CSS */
color: #df3ead;
background-color: #df3ead;
/* Tailwind (arbitrary) */
class="text-[#df3ead] bg-[#df3ead]"
/* SCSS */
$brand: #df3ead;
/* SwiftUI */
Color(red: 0.875, green: 0.243, blue: 0.678)
/* Android */
Color.parseColor("#df3ead")Accessibility — WCAG contrast
Aa
#df3ead on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3ead on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow22.4%
Key (black)12.5%
Color previews
#df3ead text on a black background
contrast 5.43:1
Card sample
#df3ead text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3ead;
Background color
Panel with #df3ead background
background-color: #df3ead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3ead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 62, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 62, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3ead; background: linear-gradient(135deg, #df3ead, #DF3E42);