Modern Monument
#d6d6d1
Modern Monument is a color with the hex code #d6d6d1. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #d6d6d1 | |
|---|---|---|
| RGB | rgb(214, 214, 209) | |
| HSL | hsl(60, 6%, 83%) | |
| CMYK | cmyk(0%, 0%, 2%, 16%) | |
| LAB | lab(86, -1, 2) | |
| OKLCH | oklch(0.87 0.007 107) |
Color harmonies
Tints & shades
Code snippets
color: #d6d6d1;
background-color: #d6d6d1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD6D6D1)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.84, blue: 0.82, alpha: 1.0)