Peach Scone
#ffbcbc
Looking for the precise values behind Peach Scone (#ffbcbc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffbcbc | |
|---|---|---|
| RGB | rgb(255, 188, 188) | |
| HSL | hsl(0, 100%, 87%) | |
| CMYK | cmyk(0%, 26%, 26%, 0%) | |
| LAB | lab(83, 25, 10) | |
| OKLCH | oklch(0.86 0.078 19) |
Color harmonies
Tints & shades
Code snippets
color: #ffbcbc;
background-color: #ffbcbc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFBCBC)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.74, blue: 0.74, alpha: 1.0)