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