CSS Named Color Reference

Chocolate Color Code

Chocolate·#D2691E

Orange FamilyWarmMid toneHigh saturationoklch(63.4% 0.155 50)
HEX
#D2691EPrimary token
RGB
rgb(210, 105, 30)Screen values
HSL
hsl(25 75% 47%)Hue and lightness
CMYK
0, 50, 86, 18Print handoff
LAB
56, 37, 57Perceptual reference
OKLCH
oklch(63.4% 0.155 50)Modern perceptual

Chocolate is a mid-tone, high-saturation CSS named color at #D2691E. If you searched for chocolate hex code, D2691E, or chocolate RGB, this page gives the exact color value, conversion formats, contrast checks, nearby colors, and links into the lookup and converter workflows.

Best text colorDark text
Body text contrast4.72:1
Best UseWarm CTAs, campaign accents, warnings, and energetic product moments

Tonal Scale

100#F7E4D7
300#EABA98
500#DA8447
600#D2691E
800#974C16

Contrast Checks

White text on this color

Buttons, badges, and filled actions.

3.63:1Large text / UI only

Dark text on this color

Large headings and selective UI.

4.72:1Safe for body text

This color on light surface

Links, borders, and icons on light UI.

3.45:1Large text / UI only
Best text colorDark textContrast 4.72:1

Professional Reference

OKLCHoklch(63.4% 0.155 50)
Relative Luminance0.2390
Source TypeCSS Named Color
Classification
Orange FamilyWarmMid toneHigh saturation
Source Context
Source Type
CSS Named Color
System
CSS
Closest Matches
Ant Design Orange 7Tailwind Amber 700Flat UI Carrot
Color Notes
  • Chocolate is kept as an exact CSS named color for #D2691E.
  • Queries for chocolate color code, D2691E, or chocolate RGB usually need the value first, then contrast and implementation context.

Accessibility Matrix

White text on this color

White text placed on the current color.

3.63:1Large text / UI only

Dark text on this color

Dark text or headings on the current color.

4.72:1AA

This color on light surface

Use this color for links, strokes, or icons on light UI.

3.45:1Large text / UI only

This color on dark surface

Use this color inside dark shells for strokes, tags, or icons.

4.72:1AA
Best text colorDark textContrast 4.72:1 · AA

Where It Works

  • Use it for warm CTAs, promotional accents, alert-adjacent moments, and seasonal UI.
  • Strong oranges can overpower dense interfaces, so reserve them for focused actions.
  • Pair with dark text, warm neutrals, deep browns, and restrained blues.

Reference Notes

Last Updated
2026-09-03
Source Library
CSS Standard Colors
Methodology
Verified source values + site guidance
Color Notes

Chocolate is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product and interface reference work.

Hue Family

Friendly oranges for campaigns and seasonal palettes.

Source Collections
CSS Named Colors

Related Colors

Palette Starting Points

Implementation Snippets

CSS Variables
:root {
  --color-chocolate: #D2691E;
  --color-chocolate-rgb: 210 105 30;
}
Utility Class
class="bg-[#D2691E] text-white"
class="hover:bg-[#974C16] ring-1 ring-[#D2691E]"
JSON Token
{
  "chocolate": "#D2691E",
  "chocolateRgb": [210, 105, 30],
  "chocolateHsl": [25, 75, 47]
}