#df4ebf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 78, 191
HSL
313°, 69%, 59%
CMYK
0, 65, 14, 13
Luminance
0.2490
Every format
| HEX | #df4ebf |
| RGB | rgb(223, 78, 191) |
| HSL | hsl(313, 69%, 59%) |
| CMYK | cmyk(0%, 65%, 14%, 13%) |
| LAB | lab(57.0 68.0 -30.4) |
| LCH | lch(57.0 74.4 335.9) |
| OKLCH | oklch(0.657 0.216 337.7) |
Copy-ready code
/* CSS */
color: #df4ebf;
background-color: #df4ebf;
/* Tailwind (arbitrary) */
class="text-[#df4ebf] bg-[#df4ebf]"
/* SCSS */
$brand: #df4ebf;
/* SwiftUI */
Color(red: 0.875, green: 0.306, blue: 0.749)
/* Android */
Color.parseColor("#df4ebf")Accessibility — WCAG contrast
Aa
#df4ebf on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4ebf on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green30.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow14.3%
Key (black)12.5%
Color previews
#df4ebf text on a black background
contrast 5.98:1
Card sample
#df4ebf text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4ebf;
Background color
Panel with #df4ebf background
background-color: #df4ebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4ebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 78, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 78, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4ebf; background: linear-gradient(135deg, #df4ebf, #DF4E5E);