Tan to HSL — Color Code

#d2b48c
Format Value
HEX #d2b48c
RGB rgb(210, 180, 140)
HSL hsl(34.3, 43.7%, 68.6%)
CMYK cmyk(0%, 14.3%, 33.3%, 17.6%)
HSV hsv(34.3, 33.3%, 82.4%)

tan color harmonies

Tints & shades of tan

Tints (lighter)

#d6bb96 #dac2a1 #dec8ab #e2cfb6 #e6d6c0 #ebddcb #efe4d5 #f3ebe0 #f7f1ea #fbf8f5

Shades (darker)

#bfa47f #ac9373 #998366 #867359 #73624c #5f5240 #4c4133 #393126 #262119 #13100d

Contrast & accessibility

The quick brown fox

On white · 1.97:1 · Fail

The quick brown fox

On black · 10.65:1 · AAA

Recommended text color: #000000

Use tan in code

CSS color: #d2b48c;
SCSS $color: #d2b48c;
Tailwind bg-[#d2b48c]
Swift UIColor(red: 0.824, green: 0.706, blue: 0.549, alpha: 1)
Android Color.parseColor("#d2b48c")
Flutter Color(0xFFD2B48C)

Colors similar to tan

Browse all Orange colors →

What is the HSL code for tan?

The CSS color tan in HSL format is hsl(34.3, 43.7%, 68.6%). Use this value directly in CSS, SVG, and most design tools.

How do I use tan in CSS?

To apply tan in CSS:

  • Text color: color: hsl(34.3, 43.7%, 68.6%);
  • Background: background-color: hsl(34.3, 43.7%, 68.6%);
  • Border: border-color: hsl(34.3, 43.7%, 68.6%);

What are all the color format values for tan?

FormatValue
HEX#d2b48c
RGBrgb(210, 180, 140)
HSLhsl(34.3, 43.7%, 68.6%)
CMYKcmyk(0%, 14.3%, 33.3%, 17.6%)

How do I convert tan to HSL?

Select tan from the color name list in our color converter. The HSL value — hsl(34.3, 43.7%, 68.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does tan belong to?

tan belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 34.3°, saturation 43.7%, lightness 68.6%.

How do I create lighter and darker shades of tan?

Lighter variant (lightness 83.6%): #e7d8c3. Darker variant (lightness 53.599999999999994%): #bc9055. 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.