#df18be
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
223, 24, 190
HSL
310°, 81%, 48%
CMYK
0, 89, 15, 13
Luminance
0.2006
Every format
| HEX | #df18be |
| RGB | rgb(223, 24, 190) |
| HSL | hsl(310, 81%, 48%) |
| CMYK | cmyk(0%, 89%, 15%, 13%) |
| LAB | lab(51.9 82.2 -37.7) |
| LCH | lch(51.9 90.4 335.3) |
| OKLCH | oklch(0.621 0.264 337.1) |
Copy-ready code
/* CSS */
color: #df18be;
background-color: #df18be;
/* Tailwind (arbitrary) */
class="text-[#df18be] bg-[#df18be]"
/* SCSS */
$brand: #df18be;
/* SwiftUI */
Color(red: 0.875, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#df18be")Accessibility — WCAG contrast
Aa
#df18be on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df18be on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green9.4%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta89.2%
Yellow14.8%
Key (black)12.5%
Color previews
#df18be text on a black background
contrast 5.01:1
Card sample
#df18be text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df18be;
Background color
Panel with #df18be background
background-color: #df18be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df18be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df18be; background: linear-gradient(135deg, #df18be, #DF1839);