#df0cce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 12, 206
HSL
305°, 90%, 46%
CMYK
0, 95, 8, 13
Luminance
0.2041
Every format
| HEX | #df0cce |
| RGB | rgb(223, 12, 206) |
| HSL | hsl(305, 90%, 46%) |
| CMYK | cmyk(0%, 95%, 8%, 13%) |
| LAB | lab(52.3 85.5 -46.3) |
| LCH | lch(52.3 97.3 331.6) |
| OKLCH | oklch(0.626 0.278 332.6) |
Copy-ready code
/* CSS */
color: #df0cce;
background-color: #df0cce;
/* Tailwind (arbitrary) */
class="text-[#df0cce] bg-[#df0cce]"
/* SCSS */
$brand: #df0cce;
/* SwiftUI */
Color(red: 0.875, green: 0.047, blue: 0.808)
/* Android */
Color.parseColor("#df0cce")Accessibility — WCAG contrast
Aa
#df0cce on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0cce on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green4.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta94.6%
Yellow7.6%
Key (black)12.5%
Color previews
#df0cce text on a black background
contrast 5.08:1
Card sample
#df0cce text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0cce;
Background color
Panel with #df0cce background
background-color: #df0cce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0cce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 12, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 12, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0cce; background: linear-gradient(135deg, #df0cce, #DF0C41);