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