Chocolate — #D2691E
#D2691E is a medium, vivid orange. It is the CSS named color chocolate.
Color values
| HEX | #D2691E |
| RGB | rgb(210, 105, 30) |
| HSL | hsl(25, 75%, 47%) |
| CMYK | cmyk(0%, 50%, 86%, 18%) |
| Decimal | 13789470 |
| CSS | color: #D2691E; |
| Android | 0xFFD2691E |
| Swift | UIColor(red: 0.824, green: 0.412, blue: 0.118, alpha: 1) |
Accessibility and contrast
| White text on #D2691E | 3.63:1 — AA fail · AA large pass · AAA fail |
| Black text on #D2691E | 5.78:1 — AA pass · AA large pass · AAA fail |
| Recommended text color | black |
WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).
Tints and shades of #D2691E
Each swatch keeps the hue and saturation of #D2691E and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #D2691E
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #D2691E in code
/* CSS */
.element { color: #D2691E; background-color: #D2691E; }
.element { color: rgb(210 105 30); }
.element { color: hsl(25 75% 47%); }
/* Tailwind arbitrary value */
<div class="bg-[#D2691E] text-black">
/* SCSS variable */
$brand: #D2691E;
Frequently asked questions
What color is #D2691E?
#D2691E is a medium, vivid orange, which CSS calls chocolate. Its hue sits at 25° on the color wheel, with 75% saturation and 47% lightness.
What is #D2691E in RGB?
#D2691E converts to rgb(210, 105, 30) — 210 red, 105 green and 30 blue.
What is #D2691E in CMYK?
Approximately cmyk(0%, 50%, 86%, 18%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.
Should text on #D2691E be white or black?
Black gives the better contrast ratio (5.78:1 versus 3.63:1).
What is the complementary color of #D2691E?
#1E87D2 — the hue directly opposite #D2691E on the color wheel.