Silver Birch
#d2cfc4
Looking for the precise values behind Silver Birch (#d2cfc4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d2cfc4 | |
|---|---|---|
| RGB | rgb(210, 207, 196) | |
| HSL | hsl(47, 13%, 80%) | |
| CMYK | cmyk(0%, 1%, 7%, 18%) | |
| LAB | lab(83, 0, 6) | |
| OKLCH | oklch(0.85 0.015 94) |
Color harmonies
Tints & shades
Code snippets
color: #d2cfc4;
background-color: #d2cfc4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD2CFC4)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.81, blue: 0.77, alpha: 1.0)