What is the HSL code for beige?
The CSS color beige in HSL format is hsl(60, 55.6%, 91.2%). Use this value directly in CSS, SVG, and most design tools.
How do I use beige in CSS?
To apply beige in CSS:
- Text color: color: hsl(60, 55.6%, 91.2%);
- Background: background-color: hsl(60, 55.6%, 91.2%);
- Border: border-color: hsl(60, 55.6%, 91.2%);
What are all the color format values for beige?
| Format | Value |
|---|---|
| HEX | #f5f5dc |
| RGB | rgb(245, 245, 220) |
| HSL | hsl(60, 55.6%, 91.2%) |
| CMYK | cmyk(0%, 0%, 10.2%, 3.9%) |
How do I convert beige to HSL?
Select beige from the color name list in our color converter. The HSL value — hsl(60, 55.6%, 91.2%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does beige belong to?
beige belongs to the near-white color family. It is a light, moderately saturated color with HSL values: hue 60°, saturation 55.6%, lightness 91.2%.
How do I create lighter and darker shades of beige?
Lighter variant (lightness 95%): #f9f9eb. Darker variant (lightness 76.2%): #e4e4a1. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.