#dabacf
a light, soft magenta / pink · warm · closest name: pink
RGB
218, 186, 207
HSL
321°, 30%, 79%
CMYK
0, 15, 5, 15
Luminance
0.5453
Every format
| HEX | #dabacf |
| RGB | rgb(218, 186, 207) |
| HSL | hsl(321, 30%, 79%) |
| CMYK | cmyk(0%, 15%, 5%, 15%) |
| LAB | lab(78.8 15.0 -6.3) |
| LCH | lch(78.8 16.2 337.2) |
| OKLCH | oklch(0.823 0.046 338.8) |
Copy-ready code
/* CSS */
color: #dabacf;
background-color: #dabacf;
/* Tailwind (arbitrary) */
class="text-[#dabacf] bg-[#dabacf]"
/* SCSS */
$brand: #dabacf;
/* SwiftUI */
Color(red: 0.855, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#dabacf")Accessibility — WCAG contrast
Aa
#dabacf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dabacf on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green72.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow5.0%
Key (black)14.5%
Color previews
#dabacf text on a black background
contrast 11.91:1
Card sample
#dabacf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dabacf;
Background color
Panel with #dabacf background
background-color: #dabacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dabacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dabacf; background: linear-gradient(135deg, #dabacf, #DABABA);