#df3f8e
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 63, 142
HSL
330°, 71%, 56%
CMYK
0, 72, 36, 13
Luminance
0.2120
Every format
| HEX | #df3f8e |
| RGB | rgb(223, 63, 142) |
| HSL | hsl(330, 71%, 56%) |
| CMYK | cmyk(0%, 72%, 36%, 13%) |
| LAB | lab(53.2 67.3 -7.5) |
| LCH | lch(53.2 67.7 353.6) |
| OKLCH | oklch(0.624 0.207 354.7) |
Copy-ready code
/* CSS */
color: #df3f8e;
background-color: #df3f8e;
/* Tailwind (arbitrary) */
class="text-[#df3f8e] bg-[#df3f8e]"
/* SCSS */
$brand: #df3f8e;
/* SwiftUI */
Color(red: 0.875, green: 0.247, blue: 0.557)
/* Android */
Color.parseColor("#df3f8e")Accessibility — WCAG contrast
Aa
#df3f8e on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3f8e on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.7%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow36.3%
Key (black)12.5%
Color previews
#df3f8e text on a black background
contrast 5.24:1
Card sample
#df3f8e text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3f8e;
Background color
Panel with #df3f8e background
background-color: #df3f8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3f8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 63, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 63, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3f8e; background: linear-gradient(135deg, #df3f8e, #DF5B3F);