Skip to content

#d09f4f

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

RGB
208, 159, 79
HSL
37°, 58%, 56%
CMYK
0, 24, 62, 18
Luminance
0.3877

At a glance

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

Hex
#d09f4f
Hue
37°
orange
Saturation
58%
vivid
Lightness
56%
balanced
Brightness
82%
HSV value
Perceived
66%
weighted brightness
Luminance
0.3877
WCAG relative
Temperature
Warm
6/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
8.75:1
Closest name
Goldenrod
ΔE2000 6.5
Where it sits
Hue37° of 360°
Saturation58%
Lightness56%
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#d09f4f
RGBrgb(208, 159, 79)
HSLhsl(37, 58%, 56%)
CMYKcmyk(0%, 24%, 62%, 18%)
LABlab(68.6 9.6 47.9)
LCHlch(68.6 48.9 78.7)
OKLCHoklch(0.733 0.114 77.6)
Decimal13672271
Display P3color(display-p3 0.816 0.624 0.310)

Copy-ready code

/* CSS */
color: #d09f4f;
background-color: #d09f4f;
/* Tailwind (arbitrary) */
class="text-[#d09f4f] bg-[#d09f4f]"
/* SCSS */
$brand: #d09f4f;
/* SwiftUI */
Color(red: 0.816, green: 0.624, blue: 0.310)
/* Android */
Color.parseColor("#d09f4f")
/* Flutter */
Color(0xFFD09F4F)
/* Python / OpenCV (BGR) */
(79, 159, 208)

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 #d09f4f · 8.75:1
Use #000000AAA at every size.
Aa
White text · 2.40:1
AA fail · AA large fail · AAA fail
Aa
Black text · 8.75:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #d09f4f as text scores 2.40:1 on white and 8.75:1 on black.

Accessibility — WCAG contrast

Aa
#d09f4f on white: 2.40:1
AA ✗ fail · AA-large · AAA
Aa
#d09f4f on black: 8.75:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B2A047
deuteranopia · #BEAC51
tritanopia · #E1918D

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #d09f4f 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.

#FBF8F4
#F7F1E9
#EFE2CD
#E7CFA6
#DBB77A
#d09f4f
#C18B34
#A1742B
#815D22
#5E451D
#3B2B12
Base = 500Lightest = 50 · #FBF8F4Darkest = 950 · #3B2B12
:root {
  --brand-50: #FBF8F4;
  --brand-100: #F7F1E9;
  --brand-200: #EFE2CD;
  --brand-300: #E7CFA6;
  --brand-400: #DBB77A;
  --brand-500: #d09f4f;
  --brand-600: #C18B34;
  --brand-700: #A1742B;
  --brand-800: #815D22;
  --brand-900: #5E451D;
  --brand-950: #3B2B12;
  --brand: #d09f4f;
  --brand-ink: #000000;
}

Colors that work with #d09f4f

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#FAF8F4
Tinted page background
Border#EDDCC0
Hairlines and dividers
Muted text#9B7C4B
Captions on the surface
Accent#2776A5
Second voice, not a rival
Dark variant#65491B
Hover, pressed, headers
Light variant#FAF4EB
Selected rows, tints
Dark surface#241E14
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 #d09f4f

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

Works well for
  • 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
  • Text of any size on white — fails WCAG AA
  • 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#4F80D0
Analogous left#D05F4F
Analogous right#C1D04F
Split-complement 1#4FC1D0
Split-complement 2#5F4FD0
Triadic 1#4FD09F
Triadic 2#9F4FD0
Tetradic#4FD05F

RGB percentages

Red81.6%
Green62.4%
Blue31.0%

CMYK percentages

Cyan0.0%
Magenta23.6%
Yellow62.0%
Key (black)18.4%

Color previews

#d09f4f text on a black background

contrast 8.75:1

Card sample

#d09f4f text on a white background

contrast 2.40:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(208, 159, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 159, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d09f4f;
background: linear-gradient(135deg, #d09f4f, #ABD04F);

Monochromatic scale

Palettes built from #d09f4f

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.

#d09f4f 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.

#d09f4f, answered

What color is #d09f4f?

#d09f4f is a balanced vivid orange, closest to Goldenrod (ΔE2000 6.5). It sits at 37° on the hue wheel with 58% saturation and 56% lightness, which reads as warm.

What is the RGB value of #d09f4f?

rgb(208, 159, 79) — 208 red, 159 green and 79 blue out of 255, or 81.6% / 62.4% / 31% by channel.

Is #d09f4f a light or a dark color?

It is a mid-tone. Relative luminance is 0.3877 and perceived brightness is 66%, so black text on it reaches 8.75:1.

Should I use black or white text on #d09f4f?

Black. It scores 8.75:1 against #d09f4f, versus 2.40:1 for white — AAA at any size.

What is the complementary color of #d09f4f?

#4F80D0 sits directly opposite on the wheel. Softer options are the split-complements #4FC1D0 and #5F4FD0, which give the same contrast with far less vibration.

What colors go well with #d09f4f?

For interface work: #FAF8F4 as the surface, #EDDCC0 for borders, #9B7C4B for secondary text, #2776A5 as an accent and #65491B for hover and pressed states. For a palette, the analogous pair #D05F4F and #C1D04F stays calm, while #4F80D0 is the loudest partner.

What is #d09f4f in CMYK for printing?

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

Is #d09f4f 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 #D08F4F; nudged cooler, #D2D04D.

Work with #d09f4f in the Color Lab