Amber
#ffbf00
Here's everything about the color Amber (#ffbf00) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffbf00 | |
|---|---|---|
| RGB | rgb(255, 191, 0) | |
| HSL | hsl(45, 100%, 50%) | |
| CMYK | cmyk(0%, 25%, 100%, 0%) | |
| LAB | lab(82, 15, 83) | |
| OKLCH | oklch(0.84 0.172 84) |
Color harmonies
Tints & shades
Code snippets
color: #ffbf00;
background-color: #ffbf00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFBF00)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.75, blue: 0.00, alpha: 1.0)