Girlie
#ffd3cf
Looking for the precise values behind Girlie (#ffd3cf)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffd3cf | |
|---|---|---|
| RGB | rgb(255, 211, 207) | |
| HSL | hsl(5, 100%, 91%) | |
| CMYK | cmyk(0%, 17%, 19%, 0%) | |
| LAB | lab(88, 15, 8) | |
| OKLCH | oklch(0.9 0.05 24) |
Color harmonies
Tints & shades
Code snippets
color: #ffd3cf;
background-color: #ffd3cf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFD3CF)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.83, blue: 0.81, alpha: 1.0)