#df2caa
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 44, 170
HSL
318°, 74%, 52%
CMYK
0, 80, 24, 13
Luminance
0.2039
Every format
| HEX | #df2caa |
| RGB | rgb(223, 44, 170) |
| HSL | hsl(318, 74%, 52%) |
| CMYK | cmyk(0%, 80%, 24%, 13%) |
| LAB | lab(52.3 75.9 -25.4) |
| LCH | lch(52.3 80.1 341.5) |
| OKLCH | oklch(0.621 0.239 343.5) |
Copy-ready code
/* CSS */
color: #df2caa;
background-color: #df2caa;
/* Tailwind (arbitrary) */
class="text-[#df2caa] bg-[#df2caa]"
/* SCSS */
$brand: #df2caa;
/* SwiftUI */
Color(red: 0.875, green: 0.173, blue: 0.667)
/* Android */
Color.parseColor("#df2caa")Accessibility — WCAG contrast
Aa
#df2caa on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2caa on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.3%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta80.3%
Yellow23.8%
Key (black)12.5%
Color previews
#df2caa text on a black background
contrast 5.08:1
Card sample
#df2caa text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2caa;
Background color
Panel with #df2caa background
background-color: #df2caa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2caa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 44, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 44, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2caa; background: linear-gradient(135deg, #df2caa, #DF2C33);