Timid White
#d9d6cf
Looking for the precise values behind Timid White (#d9d6cf)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d9d6cf | |
|---|---|---|
| RGB | rgb(217, 214, 207) | |
| HSL | hsl(42, 12%, 83%) | |
| CMYK | cmyk(0%, 1%, 5%, 15%) | |
| LAB | lab(86, 0, 4) | |
| OKLCH | oklch(0.88 0.01 87) |
Color harmonies
Tints & shades
Code snippets
color: #d9d6cf;
background-color: #d9d6cf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD9D6CF)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.84, blue: 0.81, alpha: 1.0)