Honeyed Glow
#efc488
Looking for the precise values behind Honeyed Glow (#efc488)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #efc488 | |
|---|---|---|
| RGB | rgb(239, 196, 136) | |
| HSL | hsl(35, 76%, 74%) | |
| CMYK | cmyk(0%, 18%, 43%, 6%) | |
| LAB | lab(82, 10, 36) | |
| OKLCH | oklch(0.84 0.091 75) |
Color harmonies
Tints & shades
Code snippets
color: #efc488;
background-color: #efc488;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFC488)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.77, blue: 0.53, alpha: 1.0)