Big Fish to Fry
#dadbe1
Big Fish to Fry, represented by the hex value #dadbe1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dadbe1 | |
|---|---|---|
| RGB | rgb(218, 219, 225) | |
| HSL | hsl(231, 10%, 87%) | |
| CMYK | cmyk(3%, 3%, 0%, 12%) | |
| LAB | lab(87, 0, -3) | |
| OKLCH | oklch(0.89 0.008 279) |
Color harmonies
Tints & shades
Code snippets
color: #dadbe1;
background-color: #dadbe1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDADBE1)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.86, blue: 0.88, alpha: 1.0)