Pistachio Shell
#cfc5af
Looking for the precise values behind Pistachio Shell (#cfc5af)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cfc5af | |
|---|---|---|
| RGB | rgb(207, 197, 175) | |
| HSL | hsl(41, 25%, 75%) | |
| CMYK | cmyk(0%, 5%, 15%, 19%) | |
| LAB | lab(80, 1, 12) | |
| OKLCH | oklch(0.83 0.032 86) |
Color harmonies
Tints & shades
Code snippets
color: #cfc5af;
background-color: #cfc5af;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCFC5AF)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.77, blue: 0.69, alpha: 1.0)