Peachy Feeling
#ed8666
Peachy Feeling is a color with the hex code #ed8666. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ed8666 | |
|---|---|---|
| RGB | rgb(237, 134, 102) | |
| HSL | hsl(14, 79%, 66%) | |
| CMYK | cmyk(0%, 43%, 57%, 7%) | |
| LAB | lab(67, 38, 35) | |
| OKLCH | oklch(0.73 0.134 38) |
Color harmonies
Tints & shades
Code snippets
color: #ed8666;
background-color: #ed8666;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFED8666)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.53, blue: 0.40, alpha: 1.0)