Diamonds in the Sky
#e5e2e1
Diamonds in the Sky is a color with the hex code #e5e2e1. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e5e2e1 | |
|---|---|---|
| RGB | rgb(229, 226, 225) | |
| HSL | hsl(15, 7%, 89%) | |
| CMYK | cmyk(0%, 1%, 2%, 10%) | |
| LAB | lab(90, 1, 1) | |
| OKLCH | oklch(0.91 0.004 39) |
Color harmonies
Tints & shades
Code snippets
color: #e5e2e1;
background-color: #e5e2e1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE5E2E1)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.89, blue: 0.88, alpha: 1.0)