Diamond
#faf7e2
Diamond is a color with the hex code #faf7e2. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #faf7e2 | |
|---|---|---|
| RGB | rgb(250, 247, 226) | |
| HSL | hsl(53, 71%, 93%) | |
| CMYK | cmyk(0%, 1%, 10%, 2%) | |
| LAB | lab(97, -2, 11) | |
| OKLCH | oklch(0.97 0.028 100) |
Color harmonies
Tints & shades
Code snippets
color: #faf7e2;
background-color: #faf7e2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAF7E2)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.97, blue: 0.89, alpha: 1.0)