Skip to content

#d2ab3f

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

RGB
210, 171, 63
HSL
44°, 62%, 54%
CMYK
0, 19, 70, 18
Luminance
0.4319

At a glance

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

Hex
#d2ab3f
Hue
44°
yellow
Saturation
62%
vivid
Lightness
54%
balanced
Brightness
82%
HSV value
Perceived
69%
weighted brightness
Luminance
0.4319
WCAG relative
Temperature
Warm
12/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
9.64:1
Closest name
Goldenrod
ΔE2000 4.1
Where it sits
Hue44° of 360°
Saturation62%
Lightness54%
Temperature
Warm ← → Cool12% 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#d2ab3f
RGBrgb(210, 171, 63)
HSLhsl(44, 62%, 54%)
CMYKcmyk(0%, 19%, 70%, 18%)
LABlab(71.7 3.0 58.5)
LCHlch(71.7 58.6 87.0)
OKLCHoklch(0.757 0.131 88.6)
Decimal13806399
Display P3color(display-p3 0.824 0.671 0.247)

Copy-ready code

/* CSS */
color: #d2ab3f;
background-color: #d2ab3f;
/* Tailwind (arbitrary) */
class="text-[#d2ab3f] bg-[#d2ab3f]"
/* SCSS */
$brand: #d2ab3f;
/* SwiftUI */
Color(red: 0.824, green: 0.671, blue: 0.247)
/* Android */
Color.parseColor("#d2ab3f")
/* Flutter */
Color(0xFFD2AB3F)
/* Python / OpenCV (BGR) */
(63, 171, 210)

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

Accessibility — WCAG contrast

Aa
#d2ab3f on white: 2.18:1
AA ✗ fail · AA-large · AAA
Aa
#d2ab3f on black: 9.64:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BEA931
deuteranopia · #C8B444
tritanopia · #E39D95

Color scale — 50 to 950

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

#FBF9F4
#F7F3E8
#F0E6CC
#EAD7A4
#DFC377
#d2ab3f
#C69E2F
#A58427
#84691F
#604E1A
#3C3110
Base = 500Lightest = 50 · #FBF9F4Darkest = 950 · #3C3110
:root {
  --brand-50: #FBF9F4;
  --brand-100: #F7F3E8;
  --brand-200: #F0E6CC;
  --brand-300: #EAD7A4;
  --brand-400: #DFC377;
  --brand-500: #d2ab3f;
  --brand-600: #C69E2F;
  --brand-700: #A58427;
  --brand-800: #84691F;
  --brand-900: #604E1A;
  --brand-950: #3C3110;
  --brand: #d2ab3f;
  --brand-ink: #000000;
}

Colors that work with #d2ab3f

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#FAF9F4
Tinted page background
Border#EDE1C0
Hairlines and dividers
Muted text#9B864B
Captions on the surface
Accent#3A8BD7
Second voice, not a rival
Dark variant#675218
Hover, pressed, headers
Light variant#FAF6EA
Selected rows, tints
Dark surface#242014
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 #d2ab3f

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
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#3F66D2
Analogous left#D2613F
Analogous right#AFD23F
Split-complement 1#3FAFD2
Split-complement 2#613FD2
Triadic 1#3FD2AB
Triadic 2#AB3FD2
Tetradic#3FD261

RGB percentages

Red82.4%
Green67.1%
Blue24.7%

CMYK percentages

Cyan0.0%
Magenta18.6%
Yellow70.0%
Key (black)17.6%

Color previews

#d2ab3f text on a black background

contrast 9.64:1

Card sample

#d2ab3f text on a white background

contrast 2.18:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(210, 171, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 171, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ab3f;
background: linear-gradient(135deg, #d2ab3f, #97D23F);

Monochromatic scale

Palettes built from #d2ab3f

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.

#d2ab3f in the real world

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

Industries
RetailLeisureEnergyWarning systems
Common UI roles
ButtonsLinksFocus statesCharts
Print note

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

#d2ab3f, answered

What color is #d2ab3f?

#d2ab3f is a balanced vivid yellow, closest to Goldenrod (ΔE2000 4.1). It sits at 44° on the hue wheel with 62% saturation and 54% lightness, which reads as warm.

What is the RGB value of #d2ab3f?

rgb(210, 171, 63) — 210 red, 171 green and 63 blue out of 255, or 82.4% / 67.1% / 24.7% by channel.

Is #d2ab3f a light or a dark color?

It is a mid-tone. Relative luminance is 0.4319 and perceived brightness is 69%, so black text on it reaches 9.64:1.

Should I use black or white text on #d2ab3f?

Black. It scores 9.64:1 against #d2ab3f, versus 2.18:1 for white — AAA at any size.

What is the complementary color of #d2ab3f?

#3F66D2 sits directly opposite on the wheel. Softer options are the split-complements #3FAFD2 and #613FD2, which give the same contrast with far less vibration.

What colors go well with #d2ab3f?

For interface work: #FAF9F4 as the surface, #EDE1C0 for borders, #9B864B for secondary text, #3A8BD7 as an accent and #675218 for hover and pressed states. For a palette, the analogous pair #D2613F and #AFD23F stays calm, while #3F66D2 is the loudest partner.

What is #d2ab3f in CMYK for printing?

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

Is #d2ab3f warm or cool?

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

Work with #d2ab3f in the Color Lab