#df3bae
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 59, 174
HSL
318°, 72%, 55%
CMYK
0, 74, 22, 13
Luminance
0.2187
Every format
| HEX | #df3bae |
| RGB | rgb(223, 59, 174) |
| HSL | hsl(318, 72%, 55%) |
| CMYK | cmyk(0%, 74%, 22%, 13%) |
| LAB | lab(53.9 72.3 -25.3) |
| LCH | lch(53.9 76.6 340.7) |
| OKLCH | oklch(0.633 0.228 342.7) |
Copy-ready code
/* CSS */
color: #df3bae;
background-color: #df3bae;
/* Tailwind (arbitrary) */
class="text-[#df3bae] bg-[#df3bae]"
/* SCSS */
$brand: #df3bae;
/* SwiftUI */
Color(red: 0.875, green: 0.231, blue: 0.682)
/* Android */
Color.parseColor("#df3bae")Accessibility — WCAG contrast
Aa
#df3bae on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3bae on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.1%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow22.0%
Key (black)12.5%
Color previews
#df3bae text on a black background
contrast 5.37:1
Card sample
#df3bae text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3bae;
Background color
Panel with #df3bae background
background-color: #df3bae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3bae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 59, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 59, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3bae; background: linear-gradient(135deg, #df3bae, #DF3B41);