#dabecf
a light, soft magenta / pink · warm · closest name: silver
RGB
218, 190, 207
HSL
324°, 28%, 80%
CMYK
0, 13, 5, 15
Luminance
0.5624
Every format
| HEX | #dabecf |
| RGB | rgb(218, 190, 207) |
| HSL | hsl(324, 28%, 80%) |
| CMYK | cmyk(0%, 13%, 5%, 15%) |
| LAB | lab(79.8 12.8 -4.8) |
| LCH | lch(79.8 13.7 339.3) |
| OKLCH | oklch(0.830 0.039 340.9) |
Copy-ready code
/* CSS */
color: #dabecf;
background-color: #dabecf;
/* Tailwind (arbitrary) */
class="text-[#dabecf] bg-[#dabecf]"
/* SCSS */
$brand: #dabecf;
/* SwiftUI */
Color(red: 0.855, green: 0.745, blue: 0.812)
/* Android */
Color.parseColor("#dabecf")Accessibility — WCAG contrast
Aa
#dabecf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dabecf on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green74.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow5.0%
Key (black)14.5%
Color previews
#dabecf text on a black background
contrast 12.25:1
Card sample
#dabecf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dabecf;
Background color
Panel with #dabecf background
background-color: #dabecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dabecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 190, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 190, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dabecf; background: linear-gradient(135deg, #dabecf, #DAC0BE);