#df4cac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 76, 172
HSL
321°, 70%, 59%
CMYK
0, 66, 23, 13
Luminance
0.2384
Every format
| HEX | #df4cac |
| RGB | rgb(223, 76, 172) |
| HSL | hsl(321, 70%, 59%) |
| CMYK | cmyk(0%, 66%, 23%, 13%) |
| LAB | lab(55.9 66.1 -21.0) |
| LCH | lch(55.9 69.4 342.4) |
| OKLCH | oklch(0.647 0.207 344.3) |
Copy-ready code
/* CSS */
color: #df4cac;
background-color: #df4cac;
/* Tailwind (arbitrary) */
class="text-[#df4cac] bg-[#df4cac]"
/* SCSS */
$brand: #df4cac;
/* SwiftUI */
Color(red: 0.875, green: 0.298, blue: 0.675)
/* Android */
Color.parseColor("#df4cac")Accessibility — WCAG contrast
Aa
#df4cac on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4cac on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow22.9%
Key (black)12.5%
Color previews
#df4cac text on a black background
contrast 5.77:1
Card sample
#df4cac text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4cac;
Background color
Panel with #df4cac background
background-color: #df4cac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4cac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 76, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 76, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4cac; background: linear-gradient(135deg, #df4cac, #DF4E4C);