Chocolate to HSL

Color Code

#d2691e
Format Value
HEX #d2691e
RGB rgb(210, 105, 30)
HSL hsl(25, 75%, 47.1%)
CMYK cmyk(0%, 50%, 85.7%, 17.6%)
HSV hsv(25, 85.7%, 82.4%)

chocolate color harmonies

Tints & shades of chocolate

Tints (lighter)

#d67732 #da8447 #de925b #e2a070 #e6ad84 #ebbb99 #efc8ad #f3d6c2 #f7e4d6 #fbf1eb

Shades (darker)

#bf5f1b #ac5619 #994c16 #864313 #733910 #5f300e #4c260b #391d08 #261305 #130a03

Contrast & accessibility

The quick brown fox

On white · 3.63:1 · AA Large

The quick brown fox

On black · 5.78:1 · AA

Recommended text color: #000000

Use chocolate in code

CSS color: #d2691e;
SCSS $color: #d2691e;
Tailwind bg-[#d2691e]
Swift UIColor(red: 0.824, green: 0.412, blue: 0.118, alpha: 1)
Android Color.parseColor("#d2691e")
Flutter Color(0xFFD2691E)

Colors similar to chocolate

Browse all Orange colors →

What is the HSL code for chocolate?

The CSS color chocolate in HSL format is hsl(25, 75%, 47.1%). Use this value directly in CSS, SVG, and most design tools.

How do I use chocolate in CSS?

To apply chocolate in CSS:

  • Text color: color: hsl(25, 75%, 47.1%);
  • Background: background-color: hsl(25, 75%, 47.1%);
  • Border: border-color: hsl(25, 75%, 47.1%);

What are all the color format values for chocolate?

FormatValue
HEX#d2691e
RGBrgb(210, 105, 30)
HSLhsl(25, 75%, 47.1%)
CMYKcmyk(0%, 50%, 85.7%, 17.6%)

How do I convert chocolate to HSL?

Select chocolate from the color name list in our color converter. The HSL value — hsl(25, 75%, 47.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does chocolate belong to?

chocolate belongs to the orange color family. It is a medium, vivid color with HSL values: hue 25°, saturation 75%, lightness 47.1%.

How do I create lighter and darker shades of chocolate?

Lighter variant (lightness 62.1%): #e79256. Darker variant (lightness 32.1%): #8f4814. 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.