Goldilocks
#fff39a
Goldilocks is a color with the hex code #fff39a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fff39a | |
|---|---|---|
| RGB | rgb(255, 243, 154) | |
| HSL | hsl(53, 100%, 80%) | |
| CMYK | cmyk(0%, 5%, 40%, 0%) | |
| LAB | lab(95, -5, 44) | |
| OKLCH | oklch(0.95 0.11 102) |
Color harmonies
Tints & shades
Code snippets
color: #fff39a;
background-color: #fff39a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF39A)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.95, blue: 0.60, alpha: 1.0)