Angel Wing
#f3dfd7
Looking for the precise values behind Angel Wing (#f3dfd7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f3dfd7 | |
|---|---|---|
| RGB | rgb(243, 223, 215) | |
| HSL | hsl(17, 54%, 90%) | |
| CMYK | cmyk(0%, 8%, 12%, 5%) | |
| LAB | lab(90, 6, 7) | |
| OKLCH | oklch(0.92 0.025 43) |
Color harmonies
Tints & shades
Code snippets
color: #f3dfd7;
background-color: #f3dfd7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3DFD7)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.87, blue: 0.84, alpha: 1.0)