Pandora’s Box
#fedbb7
Looking for the precise values behind Pandora’s Box (#fedbb7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fedbb7 | |
|---|---|---|
| RGB | rgb(254, 219, 183) | |
| HSL | hsl(30, 97%, 86%) | |
| CMYK | cmyk(0%, 14%, 28%, 0%) | |
| LAB | lab(90, 9, 22) | |
| OKLCH | oklch(0.91 0.061 68) |
Color harmonies
Tints & shades
Code snippets
color: #fedbb7;
background-color: #fedbb7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFEDBB7)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.86, blue: 0.72, alpha: 1.0)