It’s a Girl!
#ffdae2
Looking for the precise values behind It’s a Girl! (#ffdae2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffdae2 | |
|---|---|---|
| RGB | rgb(255, 218, 226) | |
| HSL | hsl(347, 100%, 93%) | |
| CMYK | cmyk(0%, 15%, 11%, 0%) | |
| LAB | lab(90, 14, 1) | |
| OKLCH | oklch(0.92 0.042 3) |
Color harmonies
Tints & shades
Code snippets
color: #ffdae2;
background-color: #ffdae2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFDAE2)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.85, blue: 0.89, alpha: 1.0)