Peach Fizz
#ffa883
Looking for the precise values behind Peach Fizz (#ffa883)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffa883 | |
|---|---|---|
| RGB | rgb(255, 168, 131) | |
| HSL | hsl(18, 100%, 76%) | |
| CMYK | cmyk(0%, 34%, 49%, 0%) | |
| LAB | lab(77, 30, 33) | |
| OKLCH | oklch(0.81 0.115 44) |
Color harmonies
Tints & shades
Code snippets
color: #ffa883;
background-color: #ffa883;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFA883)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.66, blue: 0.51, alpha: 1.0)