#df1cba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
223, 28, 186
HSL
311°, 78%, 49%
CMYK
0, 87, 17, 13
Luminance
0.2006
Every format
| HEX | #df1cba |
| RGB | rgb(223, 28, 186) |
| HSL | hsl(311, 78%, 49%) |
| CMYK | cmyk(0%, 87%, 17%, 13%) |
| LAB | lab(51.9 81.1 -35.4) |
| LCH | lch(51.9 88.4 336.4) |
| OKLCH | oklch(0.620 0.260 338.2) |
Copy-ready code
/* CSS */
color: #df1cba;
background-color: #df1cba;
/* Tailwind (arbitrary) */
class="text-[#df1cba] bg-[#df1cba]"
/* SCSS */
$brand: #df1cba;
/* SwiftUI */
Color(red: 0.875, green: 0.110, blue: 0.729)
/* Android */
Color.parseColor("#df1cba")Accessibility — WCAG contrast
Aa
#df1cba on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df1cba on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green11.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow16.6%
Key (black)12.5%
Color previews
#df1cba text on a black background
contrast 5.01:1
Card sample
#df1cba text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1cba;
Background color
Panel with #df1cba background
background-color: #df1cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 28, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 28, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1cba; background: linear-gradient(135deg, #df1cba, #DF1C38);