Explore the base color
Review HEX, RGB, HSL, and HSV for beige, then browse shades, tints, tones, and hues.
Beige color codes for #F5F5DC — HEX, RGB, HSL, HSV, shades, named beiges, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for beige, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named beige 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 circleBeige is a warm off-white for minimalist layouts and natural brand surfaces.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--beige: #f5f5dc;
--beige-deep: #d2b48c;
--beige-ink: #3f3a2f;
}
.banner {
background-color: var(--beige);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| beige | #F5F5DC | 245, 245, 220 | Base keyword |
| antiquewhite | #FAEBD7 | 250, 235, 215 | Named shade |
| linen | #FAF0E6 | 250, 240, 230 | Named shade |
| oldlace | #FDF5E6 | 253, 245, 230 | Named shade |
| cornsilk | #FFF8DC | 255, 248, 220 | Named shade |
| wheat | #F5DEB3 | 245, 222, 179 | Named shade |
| tan | #D2B48C | 210, 180, 140 | Named shade |
| ivory | #FFFFF0 | 255, 255, 240 | Named shade |
| seashell | #FFF5EE | 255, 245, 238 | Named shade |
| aliceblue | #F0F8FF | 240, 248, 255 | Named shade |
| azure | #F0FFFF | 240, 255, 255 | Named shade |
| floralwhite | #FFFAF0 | 255, 250, 240 | Named shade |
Key distinctions behind the tool.
The CSS named color beige is #F5F5DC, equal to rgb(245, 245, 220) and hsl(60°, 56%, 91%).
Beige has a subtle warm yellow-green cast. Ivory is closer to white with a warm hint.
Charcoal text, olive accents, and soft blues keep beige modern—not dusty. Always check text contrast.
Beige is for backgrounds. Use near-black text; beige text on white fails contrast.
Use color: beige;, color: #F5F5DC;, or color: rgb(245, 245, 220); on any property that accepts a <color> value, including background-color and border-color.