Diamond White
#e2eff3
Diamond White, represented by the hex value #e2eff3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e2eff3 | |
|---|---|---|
| RGB | rgb(226, 239, 243) | |
| HSL | hsl(194, 41%, 92%) | |
| CMYK | cmyk(7%, 2%, 0%, 5%) | |
| LAB | lab(94, -4, -4) | |
| OKLCH | oklch(0.94 0.015 218) |
Color harmonies
Tints & shades
Code snippets
color: #e2eff3;
background-color: #e2eff3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE2EFF3)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.94, blue: 0.95, alpha: 1.0)