Chanterelle
#ffc66e
Looking for the precise values behind Chanterelle (#ffc66e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffc66e | |
|---|---|---|
| RGB | rgb(255, 198, 110) | |
| HSL | hsl(36, 100%, 72%) | |
| CMYK | cmyk(0%, 22%, 57%, 0%) | |
| LAB | lab(84, 14, 52) | |
| OKLCH | oklch(0.86 0.124 77) |
Color harmonies
Tints & shades
Code snippets
color: #ffc66e;
background-color: #ffc66e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFC66E)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.78, blue: 0.43, alpha: 1.0)