#dfbade
a light, soft magenta / pink · warm · closest name: plum
RGB
223, 186, 222
HSL
302°, 37%, 80%
CMYK
0, 17, 0, 13
Luminance
0.5608
Every format
| HEX | #dfbade |
| RGB | rgb(223, 186, 222) |
| HSL | hsl(302, 37%, 80%) |
| CMYK | cmyk(0%, 17%, 0%, 13%) |
| LAB | lab(79.7 19.4 -13.0) |
| LCH | lch(79.7 23.3 326.1) |
| OKLCH | oklch(0.832 0.064 327.0) |
Copy-ready code
/* CSS */
color: #dfbade;
background-color: #dfbade;
/* Tailwind (arbitrary) */
class="text-[#dfbade] bg-[#dfbade]"
/* SCSS */
$brand: #dfbade;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#dfbade")Accessibility — WCAG contrast
Aa
#dfbade on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbade on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow0.4%
Key (black)12.5%
Color previews
#dfbade text on a black background
contrast 12.22:1
Card sample
#dfbade text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbade;
Background color
Panel with #dfbade background
background-color: #dfbade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbade; background: linear-gradient(135deg, #dfbade, #DFBAC5);