Warm Oats
#d8cfba
Looking for the precise values behind Warm Oats (#d8cfba)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d8cfba | |
|---|---|---|
| RGB | rgb(216, 207, 186) | |
| HSL | hsl(42, 28%, 79%) | |
| CMYK | cmyk(0%, 4%, 14%, 15%) | |
| LAB | lab(83, 1, 12) | |
| OKLCH | oklch(0.86 0.03 88) |
Color harmonies
Tints & shades
Code snippets
color: #d8cfba;
background-color: #d8cfba;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD8CFBA)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.81, blue: 0.73, alpha: 1.0)