Airy Fields
#dbe0c4
Looking for the precise values behind Airy Fields (#dbe0c4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #dbe0c4 | |
|---|---|---|
| RGB | rgb(219, 224, 196) | |
| HSL | hsl(71, 31%, 82%) | |
| CMYK | cmyk(2%, 0%, 12%, 12%) | |
| LAB | lab(88, -5, 13) | |
| OKLCH | oklch(0.9 0.038 115) |
Color harmonies
Tints & shades
Code snippets
color: #dbe0c4;
background-color: #dbe0c4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDBE0C4)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.88, blue: 0.77, alpha: 1.0)