Lighthouse Glow
#f8d568
Lighthouse Glow is a color with the hex code #f8d568. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f8d568 | |
|---|---|---|
| RGB | rgb(248, 213, 104) | |
| HSL | hsl(45, 91%, 69%) | |
| CMYK | cmyk(0%, 14%, 58%, 3%) | |
| LAB | lab(87, 3, 57) | |
| OKLCH | oklch(0.88 0.133 92) |
Color harmonies
Tints & shades
Code snippets
color: #f8d568;
background-color: #f8d568;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF8D568)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.84, blue: 0.41, alpha: 1.0)