#dfabba
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 171, 186
HSL
343°, 45%, 77%
CMYK
0, 23, 17, 13
Luminance
0.4836
Every format
| HEX | #dfabba |
| RGB | rgb(223, 171, 186) |
| HSL | hsl(343, 45%, 77%) |
| CMYK | cmyk(0%, 23%, 17%, 13%) |
| LAB | lab(75.0 21.3 -0.3) |
| LCH | lch(75.0 21.3 359.2) |
| OKLCH | oklch(0.793 0.064 359.6) |
Copy-ready code
/* CSS */
color: #dfabba;
background-color: #dfabba;
/* Tailwind (arbitrary) */
class="text-[#dfabba] bg-[#dfabba]"
/* SCSS */
$brand: #dfabba;
/* SwiftUI */
Color(red: 0.875, green: 0.671, blue: 0.729)
/* Android */
Color.parseColor("#dfabba")Accessibility — WCAG contrast
Aa
#dfabba on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfabba on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow16.6%
Key (black)12.5%
Color previews
#dfabba text on a black background
contrast 10.67:1
Card sample
#dfabba text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfabba;
Background color
Panel with #dfabba background
background-color: #dfabba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfabba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 171, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 171, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfabba; background: linear-gradient(135deg, #dfabba, #DFBFAB);