Couscous
#ffe29b
Looking for the precise values behind Couscous (#ffe29b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffe29b | |
|---|---|---|
| RGB | rgb(255, 226, 155) | |
| HSL | hsl(43, 100%, 80%) | |
| CMYK | cmyk(0%, 11%, 39%, 0%) | |
| LAB | lab(91, 3, 39) | |
| OKLCH | oklch(0.92 0.095 88) |
Color harmonies
Tints & shades
Code snippets
color: #ffe29b;
background-color: #ffe29b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFE29B)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.89, blue: 0.61, alpha: 1.0)