Light Yellow
#fffe7a
Light Yellow is a color with the hex code #fffe7a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fffe7a | |
|---|---|---|
| RGB | rgb(255, 254, 122) | |
| HSL | hsl(60, 100%, 74%) | |
| CMYK | cmyk(0%, 0%, 52%, 0%) | |
| LAB | lab(98, -12, 62) | |
| OKLCH | oklch(0.97 0.154 109) |
Color harmonies
Tints & shades
Code snippets
color: #fffe7a;
background-color: #fffe7a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFE7A)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.48, alpha: 1.0)