Pac-Man
#ffe737
Looking for the precise values behind Pac-Man (#ffe737)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffe737 | |
|---|---|---|
| RGB | rgb(255, 231, 55) | |
| HSL | hsl(53, 100%, 61%) | |
| CMYK | cmyk(0%, 9%, 78%, 0%) | |
| LAB | lab(92, -4, 81) | |
| OKLCH | oklch(0.92 0.179 101) |
Color harmonies
Tints & shades
Code snippets
color: #ffe737;
background-color: #ffe737;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFE737)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.91, blue: 0.22, alpha: 1.0)