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