#df769d
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 118, 157
HSL
338°, 62%, 67%
CMYK
0, 47, 30, 13
Luminance
0.3108
Every format
| HEX | #df769d |
| RGB | rgb(223, 118, 157) |
| HSL | hsl(338, 62%, 67%) |
| CMYK | cmyk(0%, 47%, 30%, 13%) |
| LAB | lab(62.6 45.1 -2.3) |
| LCH | lch(62.6 45.2 357.0) |
| OKLCH | oklch(0.695 0.137 357.7) |
Copy-ready code
/* CSS */
color: #df769d;
background-color: #df769d;
/* Tailwind (arbitrary) */
class="text-[#df769d] bg-[#df769d]"
/* SCSS */
$brand: #df769d;
/* SwiftUI */
Color(red: 0.875, green: 0.463, blue: 0.616)
/* Android */
Color.parseColor("#df769d")Accessibility — WCAG contrast
Aa
#df769d on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df769d on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green46.3%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow29.6%
Key (black)12.5%
Color previews
#df769d text on a black background
contrast 7.22:1
Card sample
#df769d text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df769d;
Background color
Panel with #df769d background
background-color: #df769d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df769d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 118, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 118, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df769d; background: linear-gradient(135deg, #df769d, #DF9576);