#df809d
a light, vivid magenta / pink · warm · closest name: pink
RGB
223, 128, 157
HSL
342°, 60%, 69%
CMYK
0, 43, 30, 13
Luminance
0.3356
Every format
| HEX | #df809d |
| RGB | rgb(223, 128, 157) |
| HSL | hsl(342, 60%, 69%) |
| CMYK | cmyk(0%, 43%, 30%, 13%) |
| LAB | lab(64.6 40.0 0.6) |
| LCH | lch(64.6 40.0 0.9) |
| OKLCH | oklch(0.711 0.121 1.1) |
Copy-ready code
/* CSS */
color: #df809d;
background-color: #df809d;
/* Tailwind (arbitrary) */
class="text-[#df809d] bg-[#df809d]"
/* SCSS */
$brand: #df809d;
/* SwiftUI */
Color(red: 0.875, green: 0.502, blue: 0.616)
/* Android */
Color.parseColor("#df809d")Accessibility — WCAG contrast
Aa
#df809d on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df809d on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green50.2%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow29.6%
Key (black)12.5%
Color previews
#df809d text on a black background
contrast 7.71:1
Card sample
#df809d text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df809d;
Background color
Panel with #df809d background
background-color: #df809d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df809d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 128, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 128, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df809d; background: linear-gradient(135deg, #df809d, #DFA280);