Nacho
#ffcb5d
Looking for the precise values behind Nacho (#ffcb5d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffcb5d | |
|---|---|---|
| RGB | rgb(255, 203, 93) | |
| HSL | hsl(41, 100%, 68%) | |
| CMYK | cmyk(0%, 20%, 64%, 0%) | |
| LAB | lab(85, 11, 61) | |
| OKLCH | oklch(0.87 0.139 84) |
Color harmonies
Tints & shades
Code snippets
color: #ffcb5d;
background-color: #ffcb5d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFCB5D)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.80, blue: 0.36, alpha: 1.0)