Swan Dive
#e5e4dd
Swan Dive, represented by the hex value #e5e4dd, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e5e4dd | |
|---|---|---|
| RGB | rgb(229, 228, 221) | |
| HSL | hsl(53, 13%, 88%) | |
| CMYK | cmyk(0%, 0%, 3%, 10%) | |
| LAB | lab(91, -1, 4) | |
| OKLCH | oklch(0.92 0.009 100) |
Color harmonies
Tints & shades
Code snippets
color: #e5e4dd;
background-color: #e5e4dd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE5E4DD)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.89, blue: 0.87, alpha: 1.0)