#df43c7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 67, 199
HSL
309°, 71%, 57%
CMYK
0, 70, 11, 13
Luminance
0.2383
Every format
| HEX | #df43c7 |
| RGB | rgb(223, 67, 199) |
| HSL | hsl(309, 71%, 57%) |
| CMYK | cmyk(0%, 70%, 11%, 13%) |
| LAB | lab(55.9 73.1 -36.6) |
| LCH | lch(55.9 81.8 333.4) |
| OKLCH | oklch(0.651 0.235 334.8) |
Copy-ready code
/* CSS */
color: #df43c7;
background-color: #df43c7;
/* Tailwind (arbitrary) */
class="text-[#df43c7] bg-[#df43c7]"
/* SCSS */
$brand: #df43c7;
/* SwiftUI */
Color(red: 0.875, green: 0.263, blue: 0.780)
/* Android */
Color.parseColor("#df43c7")Accessibility — WCAG contrast
Aa
#df43c7 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df43c7 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green26.3%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow10.8%
Key (black)12.5%
Color previews
#df43c7 text on a black background
contrast 5.77:1
Card sample
#df43c7 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df43c7;
Background color
Panel with #df43c7 background
background-color: #df43c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df43c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 67, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 67, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df43c7; background: linear-gradient(135deg, #df43c7, #DF435F);