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