#dabccf
a light, soft magenta / pink · warm · closest name: pink
RGB
218, 188, 207
HSL
322°, 29%, 80%
CMYK
0, 14, 5, 15
Luminance
0.5538
Every format
| HEX | #dabccf |
| RGB | rgb(218, 188, 207) |
| HSL | hsl(322, 29%, 80%) |
| CMYK | cmyk(0%, 14%, 5%, 15%) |
| LAB | lab(79.3 13.9 -5.6) |
| LCH | lch(79.3 15.0 338.1) |
| OKLCH | oklch(0.827 0.042 339.8) |
Copy-ready code
/* CSS */
color: #dabccf;
background-color: #dabccf;
/* Tailwind (arbitrary) */
class="text-[#dabccf] bg-[#dabccf]"
/* SCSS */
$brand: #dabccf;
/* SwiftUI */
Color(red: 0.855, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#dabccf")Accessibility — WCAG contrast
Aa
#dabccf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dabccf on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green73.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow5.0%
Key (black)14.5%
Color previews
#dabccf text on a black background
contrast 12.08:1
Card sample
#dabccf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dabccf;
Background color
Panel with #dabccf background
background-color: #dabccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dabccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dabccf; background: linear-gradient(135deg, #dabccf, #DABDBC);