#df1ccb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 28, 203
HSL
306°, 78%, 49%
CMYK
0, 87, 9, 13
Luminance
0.2083
Every format
| HEX | #df1ccb |
| RGB | rgb(223, 28, 203) |
| HSL | hsl(306, 78%, 49%) |
| CMYK | cmyk(0%, 87%, 9%, 13%) |
| LAB | lab(52.8 83.3 -43.9) |
| LCH | lch(52.8 94.1 332.2) |
| OKLCH | oklch(0.629 0.270 333.5) |
Copy-ready code
/* CSS */
color: #df1ccb;
background-color: #df1ccb;
/* Tailwind (arbitrary) */
class="text-[#df1ccb] bg-[#df1ccb]"
/* SCSS */
$brand: #df1ccb;
/* SwiftUI */
Color(red: 0.875, green: 0.110, blue: 0.796)
/* Android */
Color.parseColor("#df1ccb")Accessibility — WCAG contrast
Aa
#df1ccb on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df1ccb on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green11.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow9.0%
Key (black)12.5%
Color previews
#df1ccb text on a black background
contrast 5.17:1
Card sample
#df1ccb text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1ccb;
Background color
Panel with #df1ccb background
background-color: #df1ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 28, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 28, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1ccb; background: linear-gradient(135deg, #df1ccb, #DF1C49);