#df3fca
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 63, 202
HSL
308°, 71%, 56%
CMYK
0, 72, 9, 13
Luminance
0.2351
Every format
| HEX | #df3fca |
| RGB | rgb(223, 63, 202) |
| HSL | hsl(308, 71%, 56%) |
| CMYK | cmyk(0%, 72%, 9%, 13%) |
| LAB | lab(55.6 74.8 -38.8) |
| LCH | lch(55.6 84.3 332.6) |
| OKLCH | oklch(0.649 0.242 333.9) |
Copy-ready code
/* CSS */
color: #df3fca;
background-color: #df3fca;
/* Tailwind (arbitrary) */
class="text-[#df3fca] bg-[#df3fca]"
/* SCSS */
$brand: #df3fca;
/* SwiftUI */
Color(red: 0.875, green: 0.247, blue: 0.792)
/* Android */
Color.parseColor("#df3fca")Accessibility — WCAG contrast
Aa
#df3fca on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3fca on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.7%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow9.4%
Key (black)12.5%
Color previews
#df3fca text on a black background
contrast 5.70:1
Card sample
#df3fca text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3fca;
Background color
Panel with #df3fca background
background-color: #df3fca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3fca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 63, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 63, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3fca; background: linear-gradient(135deg, #df3fca, #DF3F5F);