Spectacular Saffron
#edd924
Looking for the precise values behind Spectacular Saffron (#edd924)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #edd924 | |
|---|---|---|
| RGB | rgb(237, 217, 36) | |
| HSL | hsl(54, 85%, 54%) | |
| CMYK | cmyk(0%, 8%, 85%, 7%) | |
| LAB | lab(86, -5, 80) | |
| OKLCH | oklch(0.87 0.177 102) |
Color harmonies
Tints & shades
Code snippets
color: #edd924;
background-color: #edd924;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEDD924)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.85, blue: 0.14, alpha: 1.0)