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