#df4caf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 76, 175
HSL
320°, 70%, 59%
CMYK
0, 66, 22, 13
Luminance
0.2395
Every format
| HEX | #df4caf |
| RGB | rgb(223, 76, 175) |
| HSL | hsl(320, 70%, 59%) |
| CMYK | cmyk(0%, 66%, 22%, 13%) |
| LAB | lab(56.0 66.5 -22.6) |
| LCH | lch(56.0 70.2 341.3) |
| OKLCH | oklch(0.648 0.208 343.2) |
Copy-ready code
/* CSS */
color: #df4caf;
background-color: #df4caf;
/* Tailwind (arbitrary) */
class="text-[#df4caf] bg-[#df4caf]"
/* SCSS */
$brand: #df4caf;
/* SwiftUI */
Color(red: 0.875, green: 0.298, blue: 0.686)
/* Android */
Color.parseColor("#df4caf")Accessibility — WCAG contrast
Aa
#df4caf on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4caf on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow21.5%
Key (black)12.5%
Color previews
#df4caf text on a black background
contrast 5.79:1
Card sample
#df4caf text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4caf;
Background color
Panel with #df4caf background
background-color: #df4caf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4caf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 76, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 76, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4caf; background: linear-gradient(135deg, #df4caf, #DF4C4D);