#df2ebf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 46, 191
HSL
311°, 73%, 53%
CMYK
0, 79, 14, 13
Luminance
0.2140
Every format
| HEX | #df2ebf |
| RGB | rgb(223, 46, 191) |
| HSL | hsl(311, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 14%, 13%) |
| LAB | lab(53.4 78.1 -36.0) |
| LCH | lch(53.4 86.0 335.3) |
| OKLCH | oklch(0.632 0.250 337.0) |
Copy-ready code
/* CSS */
color: #df2ebf;
background-color: #df2ebf;
/* Tailwind (arbitrary) */
class="text-[#df2ebf] bg-[#df2ebf]"
/* SCSS */
$brand: #df2ebf;
/* SwiftUI */
Color(red: 0.875, green: 0.180, blue: 0.749)
/* Android */
Color.parseColor("#df2ebf")Accessibility — WCAG contrast
Aa
#df2ebf on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2ebf on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow14.3%
Key (black)12.5%
Color previews
#df2ebf text on a black background
contrast 5.28:1
Card sample
#df2ebf text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2ebf;
Background color
Panel with #df2ebf background
background-color: #df2ebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2ebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 46, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 46, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2ebf; background: linear-gradient(135deg, #df2ebf, #DF2E49);