Pastel Grey
#cfcfc4
Pastel Grey, represented by the hex value #cfcfc4, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cfcfc4 | |
|---|---|---|
| RGB | rgb(207, 207, 196) | |
| HSL | hsl(60, 10%, 79%) | |
| CMYK | cmyk(0%, 0%, 5%, 19%) | |
| LAB | lab(83, -1, 5) | |
| OKLCH | oklch(0.85 0.015 107) |
Color harmonies
Tints & shades
Code snippets
color: #cfcfc4;
background-color: #cfcfc4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCFCFC4)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.81, blue: 0.77, alpha: 1.0)