Bleached Sunflower
#fbe8a8
Looking for the precise values behind Bleached Sunflower (#fbe8a8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fbe8a8 | |
|---|---|---|
| RGB | rgb(251, 232, 168) | |
| HSL | hsl(46, 91%, 82%) | |
| CMYK | cmyk(0%, 8%, 33%, 2%) | |
| LAB | lab(92, 0, 34) | |
| OKLCH | oklch(0.93 0.084 94) |
Color harmonies
Tints & shades
Code snippets
color: #fbe8a8;
background-color: #fbe8a8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFBE8A8)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.91, blue: 0.66, alpha: 1.0)