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