#df3faf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 63, 175
HSL
318°, 71%, 56%
CMYK
0, 72, 22, 13
Luminance
0.2234
Every format
| HEX | #df3faf |
| RGB | rgb(223, 63, 175) |
| HSL | hsl(318, 71%, 56%) |
| CMYK | cmyk(0%, 72%, 22%, 13%) |
| LAB | lab(54.4 71.1 -25.1) |
| LCH | lch(54.4 75.4 340.6) |
| OKLCH | oklch(0.636 0.224 342.5) |
Copy-ready code
/* CSS */
color: #df3faf;
background-color: #df3faf;
/* Tailwind (arbitrary) */
class="text-[#df3faf] bg-[#df3faf]"
/* SCSS */
$brand: #df3faf;
/* SwiftUI */
Color(red: 0.875, green: 0.247, blue: 0.686)
/* Android */
Color.parseColor("#df3faf")Accessibility — WCAG contrast
Aa
#df3faf on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3faf on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow21.5%
Key (black)12.5%
Color previews
#df3faf text on a black background
contrast 5.47:1
Card sample
#df3faf text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3faf;
Background color
Panel with #df3faf background
background-color: #df3faf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3faf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 63, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 63, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3faf; background: linear-gradient(135deg, #df3faf, #DF3F44);