#df7cb9
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 124, 185
HSL
323°, 61%, 68%
CMYK
0, 44, 17, 13
Luminance
0.3361
Every format
| HEX | #df7cb9 |
| RGB | rgb(223, 124, 185) |
| HSL | hsl(323, 61%, 68%) |
| CMYK | cmyk(0%, 44%, 17%, 13%) |
| LAB | lab(64.7 46.0 -15.2) |
| LCH | lch(64.7 48.5 341.8) |
| OKLCH | oklch(0.714 0.142 343.6) |
Copy-ready code
/* CSS */
color: #df7cb9;
background-color: #df7cb9;
/* Tailwind (arbitrary) */
class="text-[#df7cb9] bg-[#df7cb9]"
/* SCSS */
$brand: #df7cb9;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.725)
/* Android */
Color.parseColor("#df7cb9")Accessibility — WCAG contrast
Aa
#df7cb9 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7cb9 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow17.0%
Key (black)12.5%
Color previews
#df7cb9 text on a black background
contrast 7.72:1
Card sample
#df7cb9 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7cb9;
Background color
Panel with #df7cb9 background
background-color: #df7cb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7cb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7cb9; background: linear-gradient(135deg, #df7cb9, #DF817C);