#df4bae
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 75, 174
HSL
320°, 70%, 58%
CMYK
0, 66, 22, 13
Luminance
0.2378
Every format
| HEX | #df4bae |
| RGB | rgb(223, 75, 174) |
| HSL | hsl(320, 70%, 58%) |
| CMYK | cmyk(0%, 66%, 22%, 13%) |
| LAB | lab(55.9 66.8 -22.2) |
| LCH | lch(55.9 70.4 341.6) |
| OKLCH | oklch(0.647 0.209 343.5) |
Copy-ready code
/* CSS */
color: #df4bae;
background-color: #df4bae;
/* Tailwind (arbitrary) */
class="text-[#df4bae] bg-[#df4bae]"
/* SCSS */
$brand: #df4bae;
/* SwiftUI */
Color(red: 0.875, green: 0.294, blue: 0.682)
/* Android */
Color.parseColor("#df4bae")Accessibility — WCAG contrast
Aa
#df4bae on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4bae on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.4%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow22.0%
Key (black)12.5%
Color previews
#df4bae text on a black background
contrast 5.76:1
Card sample
#df4bae text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4bae;
Background color
Panel with #df4bae background
background-color: #df4bae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4bae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 75, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 75, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4bae; background: linear-gradient(135deg, #df4bae, #DF4B4B);