Chocolate — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #D2691E | |
| RGB | rgb(210, 105, 30) | |
| HSL | hsl(25, 75%, 47%) |
Shades of Chocolate
| #BB5E1B | #A55318 | #8F4714 | #783C11 | #62310E | #4C260B | #361B08 | #1F1004 |
Tints of Chocolate
| #E07529 | #E4843F | #E79255 | #EAA06C | #EDAF82 | #F0BD98 | #F4CBAF | #F7DAC5 |
Color Pairings & Harmony
|
Complementary
#1E87D2
|
Analogous +30°
#D2C31E
|
Analogous −30°
#D21E2D
|
Triadic +120°
#1ED269
|
Triadic −120°
#691ED2
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #D2691E;
}
.element-bg {
background-color: #D2691E;
color: #000000;
}
.element-border {
border: 2px solid #D2691E;
}
About Chocolate
Chocolate is a medium color with high saturation, defined by the hex code #D2691E. Its exact color model values are rgb(210, 105, 30) in RGB and hsl(25, 75%, 47%) in HSL (hue 25°, saturation 75%, lightness 47%). On a white background the contrast ratio is 3.63:1 — AA pass for large text only, and on black it is 5.78:1 — AA pass for normal text. Use Chocolate for UI elements, backgrounds, text, borders, or decorative accents. The shades section below shows progressively darker variations, while the tints strip shows progressively lighter versions — both useful for building a tonal palette. The harmony swatches provide complementary, analogous, and triadic pairings based on the HSL hue wheel.
Want to explore this color interactively, generate palettes, or convert between color formats? The DevArbor Color Picker has you covered.
Open the Color Picker →