#df3cba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 60, 186
HSL
314°, 72%, 56%
CMYK
0, 73, 17, 13
Luminance
0.2246
Every format
| HEX | #df3cba |
| RGB | rgb(223, 60, 186) |
| HSL | hsl(314, 72%, 56%) |
| CMYK | cmyk(0%, 73%, 17%, 13%) |
| LAB | lab(54.5 73.5 -31.3) |
| LCH | lch(54.5 79.9 337.0) |
| OKLCH | oklch(0.639 0.234 338.8) |
Copy-ready code
/* CSS */
color: #df3cba;
background-color: #df3cba;
/* Tailwind (arbitrary) */
class="text-[#df3cba] bg-[#df3cba]"
/* SCSS */
$brand: #df3cba;
/* SwiftUI */
Color(red: 0.875, green: 0.235, blue: 0.729)
/* Android */
Color.parseColor("#df3cba")Accessibility — WCAG contrast
Aa
#df3cba on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3cba on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow16.6%
Key (black)12.5%
Color previews
#df3cba text on a black background
contrast 5.49:1
Card sample
#df3cba text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3cba;
Background color
Panel with #df3cba background
background-color: #df3cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 60, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 60, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3cba; background: linear-gradient(135deg, #df3cba, #DF3C4D);