Saffron
#f4c430
Here's everything about the color Saffron (#f4c430) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f4c430 | |
|---|---|---|
| RGB | rgb(244, 196, 48) | |
| HSL | hsl(45, 90%, 57%) | |
| CMYK | cmyk(0%, 20%, 80%, 4%) | |
| LAB | lab(82, 8, 74) | |
| OKLCH | oklch(0.84 0.16 89) |
Color harmonies
Tints & shades
Code snippets
color: #f4c430;
background-color: #f4c430;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF4C430)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.77, blue: 0.19, alpha: 1.0)