Peach
#ffb07c
Looking for the precise values behind Peach (#ffb07c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffb07c | |
|---|---|---|
| RGB | rgb(255, 176, 124) | |
| HSL | hsl(24, 100%, 74%) | |
| CMYK | cmyk(0%, 31%, 51%, 0%) | |
| LAB | lab(79, 26, 39) | |
| OKLCH | oklch(0.82 0.115 54) |
Color harmonies
Tints & shades
Code snippets
color: #ffb07c;
background-color: #ffb07c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFB07C)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.69, blue: 0.49, alpha: 1.0)