#df3caa
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 60, 170
HSL
320°, 72%, 56%
CMYK
0, 73, 24, 13
Luminance
0.2182
Every format
| HEX | #df3caa |
| RGB | rgb(223, 60, 170) |
| HSL | hsl(320, 72%, 56%) |
| CMYK | cmyk(0%, 73%, 24%, 13%) |
| LAB | lab(53.8 71.5 -23.0) |
| LCH | lch(53.8 75.1 342.1) |
| OKLCH | oklch(0.632 0.224 344.1) |
Copy-ready code
/* CSS */
color: #df3caa;
background-color: #df3caa;
/* Tailwind (arbitrary) */
class="text-[#df3caa] bg-[#df3caa]"
/* SCSS */
$brand: #df3caa;
/* SwiftUI */
Color(red: 0.875, green: 0.235, blue: 0.667)
/* Android */
Color.parseColor("#df3caa")Accessibility — WCAG contrast
Aa
#df3caa on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3caa on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.5%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow23.8%
Key (black)12.5%
Color previews
#df3caa text on a black background
contrast 5.36:1
Card sample
#df3caa text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3caa;
Background color
Panel with #df3caa background
background-color: #df3caa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3caa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 60, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 60, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3caa; background: linear-gradient(135deg, #df3caa, #DF3C3D);