#df3cac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 60, 172
HSL
319°, 72%, 56%
CMYK
0, 73, 23, 13
Luminance
0.2190
Every format
| HEX | #df3cac |
| RGB | rgb(223, 60, 172) |
| HSL | hsl(319, 72%, 56%) |
| CMYK | cmyk(0%, 73%, 23%, 13%) |
| LAB | lab(53.9 71.7 -24.1) |
| LCH | lch(53.9 75.7 341.5) |
| OKLCH | oklch(0.633 0.226 343.4) |
Copy-ready code
/* CSS */
color: #df3cac;
background-color: #df3cac;
/* Tailwind (arbitrary) */
class="text-[#df3cac] bg-[#df3cac]"
/* SCSS */
$brand: #df3cac;
/* SwiftUI */
Color(red: 0.875, green: 0.235, blue: 0.675)
/* Android */
Color.parseColor("#df3cac")Accessibility — WCAG contrast
Aa
#df3cac on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3cac on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow22.9%
Key (black)12.5%
Color previews
#df3cac text on a black background
contrast 5.38:1
Card sample
#df3cac text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3cac;
Background color
Panel with #df3cac background
background-color: #df3cac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3cac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 60, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 60, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3cac; background: linear-gradient(135deg, #df3cac, #DF3C3F);