#df2cbc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 44, 188
HSL
312°, 74%, 52%
CMYK
0, 80, 16, 13
Luminance
0.2112
Every format
| HEX | #df2cbc |
| RGB | rgb(223, 44, 188) |
| HSL | hsl(312, 74%, 52%) |
| CMYK | cmyk(0%, 80%, 16%, 13%) |
| LAB | lab(53.1 78.2 -34.7) |
| LCH | lch(53.1 85.5 336.1) |
| OKLCH | oklch(0.629 0.250 337.8) |
Copy-ready code
/* CSS */
color: #df2cbc;
background-color: #df2cbc;
/* Tailwind (arbitrary) */
class="text-[#df2cbc] bg-[#df2cbc]"
/* SCSS */
$brand: #df2cbc;
/* SwiftUI */
Color(red: 0.875, green: 0.173, blue: 0.737)
/* Android */
Color.parseColor("#df2cbc")Accessibility — WCAG contrast
Aa
#df2cbc on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2cbc on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta80.3%
Yellow15.7%
Key (black)12.5%
Color previews
#df2cbc text on a black background
contrast 5.22:1
Card sample
#df2cbc text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2cbc;
Background color
Panel with #df2cbc background
background-color: #df2cbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2cbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 44, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 44, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2cbc; background: linear-gradient(135deg, #df2cbc, #DF2C45);