#df699d
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
223, 105, 157
HSL
334°, 65%, 64%
CMYK
0, 53, 30, 13
Luminance
0.2823
Every format
| HEX | #df699d |
| RGB | rgb(223, 105, 157) |
| HSL | hsl(334, 65%, 64%) |
| CMYK | cmyk(0%, 53%, 30%, 13%) |
| LAB | lab(60.1 51.5 -6.0) |
| LCH | lch(60.1 51.9 353.4) |
| OKLCH | oklch(0.676 0.157 354.4) |
Copy-ready code
/* CSS */
color: #df699d;
background-color: #df699d;
/* Tailwind (arbitrary) */
class="text-[#df699d] bg-[#df699d]"
/* SCSS */
$brand: #df699d;
/* SwiftUI */
Color(red: 0.875, green: 0.412, blue: 0.616)
/* Android */
Color.parseColor("#df699d")Accessibility — WCAG contrast
Aa
#df699d on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df699d on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green41.2%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow29.6%
Key (black)12.5%
Color previews
#df699d text on a black background
contrast 6.65:1
Card sample
#df699d text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df699d;
Background color
Panel with #df699d background
background-color: #df699d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df699d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 105, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 105, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df699d; background: linear-gradient(135deg, #df699d, #DF8469);