Muffled White
#dadbe2
Here's everything about the color Muffled White (#dadbe2) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dadbe2 | |
|---|---|---|
| RGB | rgb(218, 219, 226) | |
| HSL | hsl(233, 12%, 87%) | |
| CMYK | cmyk(4%, 3%, 0%, 11%) | |
| LAB | lab(87, 1, -4) | |
| OKLCH | oklch(0.89 0.01 280) |
Color harmonies
Tints & shades
Code snippets
color: #dadbe2;
background-color: #dadbe2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDADBE2)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.86, blue: 0.89, alpha: 1.0)