#df0cbd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 12, 189
HSL
310°, 90%, 46%
CMYK
0, 95, 15, 13
Luminance
0.1963
Every format
| HEX | #df0cbd |
| RGB | rgb(223, 12, 189) |
| HSL | hsl(310, 90%, 46%) |
| CMYK | cmyk(0%, 95%, 15%, 13%) |
| LAB | lab(51.4 83.3 -37.9) |
| LCH | lch(51.4 91.5 335.5) |
| OKLCH | oklch(0.617 0.268 337.3) |
Copy-ready code
/* CSS */
color: #df0cbd;
background-color: #df0cbd;
/* Tailwind (arbitrary) */
class="text-[#df0cbd] bg-[#df0cbd]"
/* SCSS */
$brand: #df0cbd;
/* SwiftUI */
Color(red: 0.875, green: 0.047, blue: 0.741)
/* Android */
Color.parseColor("#df0cbd")Accessibility — WCAG contrast
Aa
#df0cbd on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0cbd on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green4.7%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta94.6%
Yellow15.2%
Key (black)12.5%
Color previews
#df0cbd text on a black background
contrast 4.93:1
Card sample
#df0cbd text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0cbd;
Background color
Panel with #df0cbd background
background-color: #df0cbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0cbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 12, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 12, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0cbd; background: linear-gradient(135deg, #df0cbd, #DF0C30);