#df3fbe
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 63, 190
HSL
312°, 71%, 56%
CMYK
0, 72, 15, 13
Luminance
0.2296
Every format
| HEX | #df3fbe |
| RGB | rgb(223, 63, 190) |
| HSL | hsl(312, 71%, 56%) |
| CMYK | cmyk(0%, 72%, 15%, 13%) |
| LAB | lab(55.0 73.1 -32.8) |
| LCH | lch(55.0 80.2 335.8) |
| OKLCH | oklch(0.643 0.234 337.6) |
Copy-ready code
/* CSS */
color: #df3fbe;
background-color: #df3fbe;
/* Tailwind (arbitrary) */
class="text-[#df3fbe] bg-[#df3fbe]"
/* SCSS */
$brand: #df3fbe;
/* SwiftUI */
Color(red: 0.875, green: 0.247, blue: 0.745)
/* Android */
Color.parseColor("#df3fbe")Accessibility — WCAG contrast
Aa
#df3fbe on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3fbe on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.7%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow14.8%
Key (black)12.5%
Color previews
#df3fbe text on a black background
contrast 5.59:1
Card sample
#df3fbe text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3fbe;
Background color
Panel with #df3fbe background
background-color: #df3fbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3fbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 63, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 63, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3fbe; background: linear-gradient(135deg, #df3fbe, #DF3F53);