#df0cad
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
223, 12, 173
HSL
314°, 90%, 46%
CMYK
0, 95, 22, 13
Luminance
0.1897
Every format
| HEX | #df0cad |
| RGB | rgb(223, 12, 173) |
| HSL | hsl(314, 90%, 46%) |
| CMYK | cmyk(0%, 95%, 22%, 13%) |
| LAB | lab(50.6 81.4 -29.7) |
| LCH | lch(50.6 86.6 339.9) |
| OKLCH | oklch(0.609 0.259 342.0) |
Copy-ready code
/* CSS */
color: #df0cad;
background-color: #df0cad;
/* Tailwind (arbitrary) */
class="text-[#df0cad] bg-[#df0cad]"
/* SCSS */
$brand: #df0cad;
/* SwiftUI */
Color(red: 0.875, green: 0.047, blue: 0.678)
/* Android */
Color.parseColor("#df0cad")Accessibility — WCAG contrast
Aa
#df0cad on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df0cad on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green4.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta94.6%
Yellow22.4%
Key (black)12.5%
Color previews
#df0cad text on a black background
contrast 4.79:1
Card sample
#df0cad text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0cad;
Background color
Panel with #df0cad background
background-color: #df0cad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0cad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 12, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 12, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0cad; background: linear-gradient(135deg, #df0cad, #DF0C20);