#df3fcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 63, 207
HSL
306°, 71%, 56%
CMYK
0, 72, 7, 13
Luminance
0.2375
Every format
| HEX | #df3fcf |
| RGB | rgb(223, 63, 207) |
| HSL | hsl(306, 71%, 56%) |
| CMYK | cmyk(0%, 72%, 7%, 13%) |
| LAB | lab(55.8 75.6 -41.3) |
| LCH | lch(55.8 86.1 331.3) |
| OKLCH | oklch(0.652 0.245 332.4) |
Copy-ready code
/* CSS */
color: #df3fcf;
background-color: #df3fcf;
/* Tailwind (arbitrary) */
class="text-[#df3fcf] bg-[#df3fcf]"
/* SCSS */
$brand: #df3fcf;
/* SwiftUI */
Color(red: 0.875, green: 0.247, blue: 0.812)
/* Android */
Color.parseColor("#df3fcf")Accessibility — WCAG contrast
Aa
#df3fcf on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3fcf on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow7.2%
Key (black)12.5%
Color previews
#df3fcf text on a black background
contrast 5.75:1
Card sample
#df3fcf text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3fcf;
Background color
Panel with #df3fcf background
background-color: #df3fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 63, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 63, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3fcf; background: linear-gradient(135deg, #df3fcf, #DF3F64);