#df1cb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
223, 28, 176
HSL
315°, 78%, 49%
CMYK
0, 87, 21, 13
Luminance
0.1965
Every format
| HEX | #df1cb0 |
| RGB | rgb(223, 28, 176) |
| HSL | hsl(315, 78%, 49%) |
| CMYK | cmyk(0%, 87%, 21%, 13%) |
| LAB | lab(51.5 79.8 -30.2) |
| LCH | lch(51.5 85.4 339.3) |
| OKLCH | oklch(0.615 0.254 341.2) |
Copy-ready code
/* CSS */
color: #df1cb0;
background-color: #df1cb0;
/* Tailwind (arbitrary) */
class="text-[#df1cb0] bg-[#df1cb0]"
/* SCSS */
$brand: #df1cb0;
/* SwiftUI */
Color(red: 0.875, green: 0.110, blue: 0.690)
/* Android */
Color.parseColor("#df1cb0")Accessibility — WCAG contrast
Aa
#df1cb0 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df1cb0 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green11.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow21.1%
Key (black)12.5%
Color previews
#df1cb0 text on a black background
contrast 4.93:1
Card sample
#df1cb0 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1cb0;
Background color
Panel with #df1cb0 background
background-color: #df1cb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1cb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 28, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 28, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1cb0; background: linear-gradient(135deg, #df1cb0, #DF1C2E);