Light beige to HSL — Color Code

#fffeb6
Format Value
HEX #fffeb6
RGB rgb(255, 254, 182)
HSL hsl(59.2, 100%, 85.7%)
CMYK cmyk(0%, 0.4%, 28.6%, 0%)
HSV hsv(59.2, 28.6%, 100%)

light beige color harmonies

Tints & shades of light beige

Tints (lighter)

#fffebd #fffec3 #fffeca #fffed1 #fffed7 #ffffde #ffffe4 #ffffeb #fffff2 #fffff8

Shades (darker)

#e8e7a5 #d1d095 #b9b984 #a2a274 #8b8b63 #747353 #5d5c42 #464532 #2e2e21 #171711

Contrast & accessibility

The quick brown fox

On white · 1.04:1 · Fail

The quick brown fox

On black · 20.1:1 · AAA

Recommended text color: #000000

Use light beige in code

CSS color: #fffeb6;
SCSS $color: #fffeb6;
Tailwind bg-[#fffeb6]
Swift UIColor(red: 1.000, green: 0.996, blue: 0.714, alpha: 1)
Android Color.parseColor("#fffeb6")
Flutter Color(0xFFFFFEB6)

Colors similar to light beige

Browse all Yellow colors →

What is the HSL code for light beige?

The CSS color light beige in HSL format is hsl(59.2, 100%, 85.7%). Use this value directly in CSS, SVG, and most design tools.

How do I use light beige in CSS?

To apply light beige in CSS:

  • Text color: color: hsl(59.2, 100%, 85.7%);
  • Background: background-color: hsl(59.2, 100%, 85.7%);
  • Border: border-color: hsl(59.2, 100%, 85.7%);

What are all the color format values for light beige?

FormatValue
HEX#fffeb6
RGBrgb(255, 254, 182)
HSLhsl(59.2, 100%, 85.7%)
CMYKcmyk(0%, 0.4%, 28.6%, 0%)

How do I convert light beige to HSL?

Select light beige from the color name list in our color converter. The HSL value — hsl(59.2, 100%, 85.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light beige belong to?

light beige belongs to the yellow color family. It is a light, vivid color with HSL values: hue 59.2°, saturation 100%, lightness 85.7%.

How do I create lighter and darker shades of light beige?

Lighter variant (lightness 95%): #ffffe5. Darker variant (lightness 70.7%): #fffd6a. 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.