Explore the base color
Review HEX, RGB, HSL, and HSV for peachpuff, then browse shades, tints, tones, and hues.
Peach color codes for #FFDAB9 — HEX, RGB, HSL, HSV, shades, named peach tones, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for peachpuff, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named peach shade to load codes and harmonies.
Copy HEX, rgb(), hsl(), or the keyword—and check contrast on white and black.
Core relationships used by this color tool.
Common picks with formula and result.
CSS keyword
Family neighbor
Background use
Harmony hint
Version 1.0.0
Shades/tints/tones adjust HSL L or S from base H; harmonies offset H on the hue circlePeach (via peachpuff) is a soft pastel for backgrounds, cards, and wellness-style UIs.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--peach: #ffdab9;
--peach-deep: #ffb07c;
--peach-wash: #fff0e0;
}
.banner {
background-color: var(--peach);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| peachpuff | #FFDAB9 | 255, 218, 185 | Base keyword |
| bisque | #FFE4C4 | 255, 228, 196 | Named shade |
| moccasin | #FFE4B5 | 255, 228, 181 | Named shade |
| navajowhite | #FFDEAD | 255, 222, 173 | Named shade |
| papayawhip | #FFEFD5 | 255, 239, 213 | Named shade |
| coral | #FF7F50 | 255, 127, 80 | Named shade |
| lightsalmon | #FFA07A | 255, 160, 122 | Light tint |
| pink | #FFC0CB | 255, 192, 203 | Named shade |
| orange | #FFA500 | 255, 165, 0 | Named shade |
| darkorange | #FF8C00 | 255, 140, 0 | Dark shade |
| orangered | #FF4500 | 255, 69, 0 | Named shade |
| tomato | #FF6347 | 255, 99, 71 | Named shade |
Key distinctions behind the tool.
The CSS named color peachpuff is #FFDAB9, equal to rgb(255, 218, 185) and hsl(28°, 100%, 86%). There is no CSS keyword peach; peachpuff (#FFDAB9) is the standard stand-in.
Peachpuff is the closest standard CSS keyword for peach. Bisque is slightly yellower and lighter.
Sage, cream, and soft blues keep peach calm. Deep browns add grounding. Always check text contrast.
Peach backgrounds need dark text (near black/brown). Peach text on white usually fails contrast.
Use color: peachpuff;, color: #FFDAB9;, or color: rgb(255, 218, 185); on any property that accepts a <color> value, including background-color and border-color.