#df4ea7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 78, 167
HSL
323°, 69%, 59%
CMYK
0, 65, 25, 13
Luminance
0.2393
Every format
| HEX | #df4ea7 |
| RGB | rgb(223, 78, 167) |
| HSL | hsl(323, 69%, 59%) |
| CMYK | cmyk(0%, 65%, 25%, 13%) |
| LAB | lab(56.0 64.7 -17.9) |
| LCH | lch(56.0 67.1 344.5) |
| OKLCH | oklch(0.647 0.201 346.4) |
Copy-ready code
/* CSS */
color: #df4ea7;
background-color: #df4ea7;
/* Tailwind (arbitrary) */
class="text-[#df4ea7] bg-[#df4ea7]"
/* SCSS */
$brand: #df4ea7;
/* SwiftUI */
Color(red: 0.875, green: 0.306, blue: 0.655)
/* Android */
Color.parseColor("#df4ea7")Accessibility — WCAG contrast
Aa
#df4ea7 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4ea7 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green30.6%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow25.1%
Key (black)12.5%
Color previews
#df4ea7 text on a black background
contrast 5.79:1
Card sample
#df4ea7 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4ea7;
Background color
Panel with #df4ea7 background
background-color: #df4ea7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4ea7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 78, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 78, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4ea7; background: linear-gradient(135deg, #df4ea7, #DF564E);