#df4fcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 79, 207
HSL
307°, 69%, 59%
CMYK
0, 65, 7, 13
Luminance
0.2578
Every format
| HEX | #df4fcf |
| RGB | rgb(223, 79, 207) |
| HSL | hsl(307, 69%, 59%) |
| CMYK | cmyk(0%, 65%, 7%, 13%) |
| LAB | lab(57.8 70.0 -38.2) |
| LCH | lch(57.8 79.7 331.4) |
| OKLCH | oklch(0.666 0.227 332.5) |
Copy-ready code
/* CSS */
color: #df4fcf;
background-color: #df4fcf;
/* Tailwind (arbitrary) */
class="text-[#df4fcf] bg-[#df4fcf]"
/* SCSS */
$brand: #df4fcf;
/* SwiftUI */
Color(red: 0.875, green: 0.310, blue: 0.812)
/* Android */
Color.parseColor("#df4fcf")Accessibility — WCAG contrast
Aa
#df4fcf on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4fcf on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow7.2%
Key (black)12.5%
Color previews
#df4fcf text on a black background
contrast 6.16:1
Card sample
#df4fcf text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4fcf;
Background color
Panel with #df4fcf background
background-color: #df4fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 79, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 79, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4fcf; background: linear-gradient(135deg, #df4fcf, #DF4F6F);