Skip to content

#d36f3f

a balanced, vivid orange · warm · closest name: Chocolate

RGB
211, 111, 63
HSL
20°, 63%, 54%
CMYK
0, 47, 70, 17
Luminance
0.2558

At a glance

Every number on this page in one read: what #d36f3f is made of, how bright it looks, and which way it leans.

Hex
#d36f3f
Hue
20°
orange
Saturation
63%
vivid
Lightness
54%
balanced
Brightness
83%
HSV value
Perceived
57%
weighted brightness
Luminance
0.2558
WCAG relative
Temperature
Warm
6/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
6.12:1
Closest name
Chocolate
ΔE2000 5.3
Where it sits
Hue20° of 360°
Saturation63%
Lightness54%
Temperature
Warm ← → Cool6% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#d36f3f
RGBrgb(211, 111, 63)
HSLhsl(20, 63%, 54%)
CMYKcmyk(0%, 47%, 70%, 17%)
LABlab(57.6 35.6 43.6)
LCHlch(57.6 56.3 50.8)
OKLCHoklch(0.648 0.141 44.9)
Decimal13856575
Display P3color(display-p3 0.827 0.435 0.247)

Copy-ready code

/* CSS */
color: #d36f3f;
background-color: #d36f3f;
/* Tailwind (arbitrary) */
class="text-[#d36f3f] bg-[#d36f3f]"
/* SCSS */
$brand: #d36f3f;
/* SwiftUI */
Color(red: 0.827, green: 0.435, blue: 0.247)
/* Android */
Color.parseColor("#d36f3f")
/* Flutter */
Color(0xFFD36F3F)
/* Python / OpenCV (BGR) */
(63, 111, 211)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #d36f3f · 6.12:1
Use #000000AA at every size, AAA for large text only.
Aa
White text · 3.43:1
AA fail · AA large pass · AAA fail
Aa
Black text · 6.12:1 · recommended
AA pass · AA large pass · AAA fail
Reading the other direction: #d36f3f as text scores 3.43:1 on white and 6.12:1 on black.

Accessibility — WCAG contrast

Aa
#d36f3f on white: 3.43:1
AA ✗ fail · AA-large · AAA
Aa
#d36f3f on black: 6.12:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #8B7D3A
deuteranopia · #A3933D
tritanopia · #E75B64

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #d36f3f is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FBF6F4
#F7EDE8
#F0D7CC
#EABBA4
#E09876
#d36f3f
#C7602E
#A65026
#85401E
#61311A
#3C1F10
Base = 500Lightest = 50 · #FBF6F4Darkest = 950 · #3C1F10
:root {
  --brand-50: #FBF6F4;
  --brand-100: #F7EDE8;
  --brand-200: #F0D7CC;
  --brand-300: #EABBA4;
  --brand-400: #E09876;
  --brand-500: #d36f3f;
  --brand-600: #C7602E;
  --brand-700: #A65026;
  --brand-800: #85401E;
  --brand-900: #61311A;
  --brand-950: #3C1F10;
  --brand: #d36f3f;
  --brand-ink: #000000;
}

Colors that work with #d36f3f

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#FAF6F4
Tinted page background
Border#EDCEC0
Hairlines and dividers
Muted text#9B654B
Captions on the surface
Accent#22A0AA
Second voice, not a rival
Dark variant#683218
Hover, pressed, headers
Light variant#FAEFEA
Selected rows, tints
Dark surface#241914
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #d36f3f

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Headings from 24px up on white
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Brand accents, badges and data highlights
Use with care
  • Small text on white — under 4.5:1
  • Full-page backgrounds — tiring over long sessions
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#3FA3D3
Analogous left#D33F59
Analogous right#D3B93F
Split-complement 1#3FD3B9
Split-complement 2#3F59D3
Triadic 1#3FD36F
Triadic 2#6F3FD3
Tetradic#59D33F

RGB percentages

Red82.7%
Green43.5%
Blue24.7%

CMYK percentages

Cyan0.0%
Magenta47.4%
Yellow70.1%
Key (black)17.3%

Color previews

#d36f3f text on a black background

contrast 6.12:1

Card sample

#d36f3f text on a white background

contrast 3.43:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #d36f3f;
Background color
Panel with #d36f3f background
background-color: #d36f3f;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #d36f3f;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(211, 111, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 111, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d36f3f;
background: linear-gradient(135deg, #d36f3f, #D3D23F);

Monochromatic scale

Palettes built from #d36f3f

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#d36f3f in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
E-commerceFood deliveryLogisticsCreator tools
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#d36f3f, answered

What color is #d36f3f?

#d36f3f is a balanced vivid orange, closest to Chocolate (ΔE2000 5.3). It sits at 20° on the hue wheel with 63% saturation and 54% lightness, which reads as warm.

What is the RGB value of #d36f3f?

rgb(211, 111, 63) — 211 red, 111 green and 63 blue out of 255, or 82.7% / 43.5% / 24.7% by channel.

Is #d36f3f a light or a dark color?

It is a mid-tone. Relative luminance is 0.2558 and perceived brightness is 57%, so black text on it reaches 6.12:1.

Should I use black or white text on #d36f3f?

Black. It scores 6.12:1 against #d36f3f, versus 3.43:1 for white — AA at any size.

What is the complementary color of #d36f3f?

#3FA3D3 sits directly opposite on the wheel. Softer options are the split-complements #3FD3B9 and #3F59D3, which give the same contrast with far less vibration.

What colors go well with #d36f3f?

For interface work: #FAF6F4 as the surface, #EDCEC0 for borders, #9B654B for secondary text, #22A0AA as an accent and #683218 for hover and pressed states. For a palette, the analogous pair #D33F59 and #D3B93F stays calm, while #3FA3D3 is the loudest partner.

What is #d36f3f in CMYK for printing?

cmyk(0%, 47%, 70%, 17%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #d36f3f warm or cool?

Warm — it scores 6 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D88654; nudged cooler, #D53D43.

Work with #d36f3f in the Color Lab