#df839d
a light, vivid magenta / pink · warm · closest name: pink
RGB
223, 131, 157
HSL
343°, 59%, 69%
CMYK
0, 41, 30, 13
Luminance
0.3435
Every format
| HEX | #df839d |
| RGB | rgb(223, 131, 157) |
| HSL | hsl(343, 59%, 69%) |
| CMYK | cmyk(0%, 41%, 30%, 13%) |
| LAB | lab(65.3 38.4 1.6) |
| LCH | lch(65.3 38.5 2.3) |
| OKLCH | oklch(0.715 0.117 2.3) |
Copy-ready code
/* CSS */
color: #df839d;
background-color: #df839d;
/* Tailwind (arbitrary) */
class="text-[#df839d] bg-[#df839d]"
/* SCSS */
$brand: #df839d;
/* SwiftUI */
Color(red: 0.875, green: 0.514, blue: 0.616)
/* Android */
Color.parseColor("#df839d")Accessibility — WCAG contrast
Aa
#df839d on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df839d on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.4%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow29.6%
Key (black)12.5%
Color previews
#df839d text on a black background
contrast 7.87:1
Card sample
#df839d text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df839d;
Background color
Panel with #df839d background
background-color: #df839d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df839d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 131, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 131, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df839d; background: linear-gradient(135deg, #df839d, #DFA683);