#df4ca2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 76, 162
HSL
325°, 70%, 59%
CMYK
0, 66, 27, 13
Luminance
0.2347
Every format
| HEX | #df4ca2 |
| RGB | rgb(223, 76, 162) |
| HSL | hsl(325, 70%, 59%) |
| CMYK | cmyk(0%, 66%, 27%, 13%) |
| LAB | lab(55.5 64.8 -15.7) |
| LCH | lch(55.5 66.7 346.4) |
| OKLCH | oklch(0.643 0.201 348.1) |
Copy-ready code
/* CSS */
color: #df4ca2;
background-color: #df4ca2;
/* Tailwind (arbitrary) */
class="text-[#df4ca2] bg-[#df4ca2]"
/* SCSS */
$brand: #df4ca2;
/* SwiftUI */
Color(red: 0.875, green: 0.298, blue: 0.635)
/* Android */
Color.parseColor("#df4ca2")Accessibility — WCAG contrast
Aa
#df4ca2 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4ca2 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow27.4%
Key (black)12.5%
Color previews
#df4ca2 text on a black background
contrast 5.69:1
Card sample
#df4ca2 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4ca2;
Background color
Panel with #df4ca2 background
background-color: #df4ca2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4ca2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 76, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 76, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4ca2; background: linear-gradient(135deg, #df4ca2, #DF584C);