Buttery Croissant
#f6e19c
Looking for the precise values behind Buttery Croissant (#f6e19c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f6e19c | |
|---|---|---|
| RGB | rgb(246, 225, 156) | |
| HSL | hsl(46, 83%, 79%) | |
| CMYK | cmyk(0%, 9%, 37%, 4%) | |
| LAB | lab(90, 0, 37) | |
| OKLCH | oklch(0.91 0.09 93) |
Color harmonies
Tints & shades
Code snippets
color: #f6e19c;
background-color: #f6e19c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6E19C)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.88, blue: 0.61, alpha: 1.0)