Aurora
#ebd147
Aurora is a color with the hex code #ebd147. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ebd147 | |
|---|---|---|
| RGB | rgb(235, 209, 71) | |
| HSL | hsl(50, 80%, 60%) | |
| CMYK | cmyk(0%, 11%, 70%, 8%) | |
| LAB | lab(84, -1, 68) | |
| OKLCH | oklch(0.86 0.154 98) |
Color harmonies
Tints & shades
Code snippets
color: #ebd147;
background-color: #ebd147;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEBD147)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.82, blue: 0.28, alpha: 1.0)