Explore the base color
Review HEX, RGB, HSL, and HSV for ivory, then browse shades, tints, tones, and hues.
Ivory color codes for #FFFFF0 — HEX, RGB, HSL, HSV, shades, named ivorys, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for ivory, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named ivory 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 circleIvory is a warm paper-like white—subtler than beige for large page backgrounds.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--ivory: #fffff0;
--ivory-deep: #f5f5dc;
--ivory-ink: #2a2a22;
}
.banner {
background-color: var(--ivory);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| ivory | #FFFFF0 | 255, 255, 240 | Base keyword |
| floralwhite | #FFFAF0 | 255, 250, 240 | Named shade |
| oldlace | #FDF5E6 | 253, 245, 230 | Named shade |
| cornsilk | #FFF8DC | 255, 248, 220 | Named shade |
| beige | #F5F5DC | 245, 245, 220 | Named shade |
| lemonchiffon | #FFFACD | 255, 250, 205 | Light tint |
| seashell | #FFF5EE | 255, 245, 238 | Named shade |
| white | #FFFFFF | 255, 255, 255 | Named shade |
| aliceblue | #F0F8FF | 240, 248, 255 | Named shade |
| antiquewhite | #FAEBD7 | 250, 235, 215 | Named shade |
| azure | #F0FFFF | 240, 255, 255 | Named shade |
| ghostwhite | #F8F8FF | 248, 248, 255 | Named shade |
Key distinctions behind the tool.
The CSS named color ivory is #FFFFF0, equal to rgb(255, 255, 240) and hsl(60°, 100%, 97%).
Ivory is nearer to pure white. Beige is more visibly tinted.
Gold, navy, and charcoal feel classic on ivory pages. Always check text contrast.
Ivory backgrounds need dark text. Do not use ivory for text on white.
Use color: ivory;, color: #FFFFF0;, or color: rgb(255, 255, 240); on any property that accepts a <color> value, including background-color and border-color.