Dove’s Wing
#f4f2ea
Looking for the precise values behind Dove’s Wing (#f4f2ea)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f4f2ea | |
|---|---|---|
| RGB | rgb(244, 242, 234) | |
| HSL | hsl(48, 31%, 94%) | |
| CMYK | cmyk(0%, 1%, 4%, 4%) | |
| LAB | lab(95, 0, 4) | |
| OKLCH | oklch(0.96 0.011 95) |
Color harmonies
Tints & shades
Code snippets
color: #f4f2ea;
background-color: #f4f2ea;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4F2EA)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.95, blue: 0.92, alpha: 1.0)