Placebo Yellow
#fcfbeb
Looking for the precise values behind Placebo Yellow (#fcfbeb)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fcfbeb | |
|---|---|---|
| RGB | rgb(252, 251, 235) | |
| HSL | hsl(56, 74%, 95%) | |
| CMYK | cmyk(0%, 0%, 7%, 1%) | |
| LAB | lab(98, -2, 8) | |
| OKLCH | oklch(0.98 0.021 104) |
Color harmonies
Tints & shades
Code snippets
color: #fcfbeb;
background-color: #fcfbeb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCFBEB)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.98, blue: 0.92, alpha: 1.0)