#df3d86
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 61, 134
HSL
333°, 72%, 56%
CMYK
0, 73, 40, 13
Luminance
0.2075
Every format
| HEX | #df3d86 |
| RGB | rgb(223, 61, 134) |
| HSL | hsl(333, 72%, 56%) |
| CMYK | cmyk(0%, 73%, 40%, 13%) |
| LAB | lab(52.7 67.1 -3.5) |
| LCH | lch(52.7 67.2 357.0) |
| OKLCH | oklch(0.619 0.206 357.7) |
Copy-ready code
/* CSS */
color: #df3d86;
background-color: #df3d86;
/* Tailwind (arbitrary) */
class="text-[#df3d86] bg-[#df3d86]"
/* SCSS */
$brand: #df3d86;
/* SwiftUI */
Color(red: 0.875, green: 0.239, blue: 0.525)
/* Android */
Color.parseColor("#df3d86")Accessibility — WCAG contrast
Aa
#df3d86 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3d86 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.9%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow39.9%
Key (black)12.5%
Color previews
#df3d86 text on a black background
contrast 5.15:1
Card sample
#df3d86 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3d86;
Background color
Panel with #df3d86 background
background-color: #df3d86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3d86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 61, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 61, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3d86; background: linear-gradient(135deg, #df3d86, #DF603D);