#df3d97
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 61, 151
HSL
327°, 72%, 56%
CMYK
0, 73, 32, 13
Luminance
0.2126
Every format
| HEX | #df3d97 |
| RGB | rgb(223, 61, 151) |
| HSL | hsl(327, 72%, 56%) |
| CMYK | cmyk(0%, 73%, 32%, 13%) |
| LAB | lab(53.2 68.9 -12.8) |
| LCH | lch(53.2 70.1 349.5) |
| OKLCH | oklch(0.625 0.213 351.1) |
Copy-ready code
/* CSS */
color: #df3d97;
background-color: #df3d97;
/* Tailwind (arbitrary) */
class="text-[#df3d97] bg-[#df3d97]"
/* SCSS */
$brand: #df3d97;
/* SwiftUI */
Color(red: 0.875, green: 0.239, blue: 0.592)
/* Android */
Color.parseColor("#df3d97")Accessibility — WCAG contrast
Aa
#df3d97 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3d97 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.9%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow32.3%
Key (black)12.5%
Color previews
#df3d97 text on a black background
contrast 5.25:1
Card sample
#df3d97 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3d97;
Background color
Panel with #df3d97 background
background-color: #df3d97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3d97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 61, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 61, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3d97; background: linear-gradient(135deg, #df3d97, #DF4F3D);