#df2dac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 45, 172
HSL
317°, 74%, 53%
CMYK
0, 80, 23, 13
Luminance
0.2054
Every format
| HEX | #df2dac |
| RGB | rgb(223, 45, 172) |
| HSL | hsl(317, 74%, 53%) |
| CMYK | cmyk(0%, 80%, 23%, 13%) |
| LAB | lab(52.5 75.9 -26.3) |
| LCH | lch(52.5 80.4 340.9) |
| OKLCH | oklch(0.622 0.240 342.9) |
Copy-ready code
/* CSS */
color: #df2dac;
background-color: #df2dac;
/* Tailwind (arbitrary) */
class="text-[#df2dac] bg-[#df2dac]"
/* SCSS */
$brand: #df2dac;
/* SwiftUI */
Color(red: 0.875, green: 0.176, blue: 0.675)
/* Android */
Color.parseColor("#df2dac")Accessibility — WCAG contrast
Aa
#df2dac on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2dac on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow22.9%
Key (black)12.5%
Color previews
#df2dac text on a black background
contrast 5.11:1
Card sample
#df2dac text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2dac;
Background color
Panel with #df2dac background
background-color: #df2dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 45, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 45, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2dac; background: linear-gradient(135deg, #df2dac, #DF2D35);