#df2cba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 44, 186
HSL
312°, 74%, 52%
CMYK
0, 80, 17, 13
Luminance
0.2103
Every format
| HEX | #df2cba |
| RGB | rgb(223, 44, 186) |
| HSL | hsl(312, 74%, 52%) |
| CMYK | cmyk(0%, 80%, 17%, 13%) |
| LAB | lab(53.0 77.9 -33.7) |
| LCH | lch(53.0 84.9 336.6) |
| OKLCH | oklch(0.628 0.249 338.4) |
Copy-ready code
/* CSS */
color: #df2cba;
background-color: #df2cba;
/* Tailwind (arbitrary) */
class="text-[#df2cba] bg-[#df2cba]"
/* SCSS */
$brand: #df2cba;
/* SwiftUI */
Color(red: 0.875, green: 0.173, blue: 0.729)
/* Android */
Color.parseColor("#df2cba")Accessibility — WCAG contrast
Aa
#df2cba on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2cba on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta80.3%
Yellow16.6%
Key (black)12.5%
Color previews
#df2cba text on a black background
contrast 5.21:1
Card sample
#df2cba text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2cba;
Background color
Panel with #df2cba background
background-color: #df2cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 44, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 44, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2cba; background: linear-gradient(135deg, #df2cba, #DF2C43);