Pilsener
#f8f753
Pilsener is a color with the hex code #f8f753. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f8f753 | |
|---|---|---|
| RGB | rgb(248, 247, 83) | |
| HSL | hsl(60, 92%, 65%) | |
| CMYK | cmyk(0%, 0%, 67%, 3%) | |
| LAB | lab(95, -13, 75) | |
| OKLCH | oklch(0.95 0.178 109) |
Color harmonies
Tints & shades
Code snippets
color: #f8f753;
background-color: #f8f753;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF8F753)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.97, blue: 0.33, alpha: 1.0)