Buttery
#ffc283
Looking for the precise values behind Buttery (#ffc283)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffc283 | |
|---|---|---|
| RGB | rgb(255, 194, 131) | |
| HSL | hsl(30, 100%, 76%) | |
| CMYK | cmyk(0%, 24%, 49%, 0%) | |
| LAB | lab(83, 17, 40) | |
| OKLCH | oklch(0.86 0.106 67) |
Color harmonies
Tints & shades
Code snippets
color: #ffc283;
background-color: #ffc283;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFC283)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.76, blue: 0.51, alpha: 1.0)