Mustard
#ceb301
Here's everything about the color Mustard (#ceb301) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ceb301 | |
|---|---|---|
| RGB | rgb(206, 179, 1) | |
| HSL | hsl(52, 99%, 41%) | |
| CMYK | cmyk(0%, 13%, 100%, 19%) | |
| LAB | lab(74, 0, 75) | |
| OKLCH | oklch(0.77 0.158 98) |
Color harmonies
Tints & shades
Code snippets
color: #ceb301;
background-color: #ceb301;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCEB301)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.70, blue: 0.00, alpha: 1.0)