Skip to content

#d9df71

a light, vivid yellow · warm · closest name: Khaki

RGB
217, 223, 113
HSL
63°, 63%, 66%
CMYK
3, 0, 49, 13
Luminance
0.6872

At a glance

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

Hex
#d9df71
Hue
63°
yellow
Saturation
63%
vivid
Lightness
66%
light
Brightness
87%
HSV value
Perceived
83%
weighted brightness
Luminance
0.6872
WCAG relative
Temperature
Warm
28/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
14.74:1
Closest name
Khaki
ΔE2000 5.3
Where it sits
Hue63° of 360°
Saturation63%
Lightness66%
Temperature
Warm ← → Cool28% 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#d9df71
RGBrgb(217, 223, 113)
HSLhsl(63, 63%, 66%)
CMYKcmyk(3%, 0%, 49%, 13%)
LABlab(86.4 -17.2 52.7)
LCHlch(86.4 55.4 108.1)
OKLCHoklch(0.876 0.134 111.6)
Decimal14278513
Display P3color(display-p3 0.851 0.875 0.443)

Copy-ready code

/* CSS */
color: #d9df71;
background-color: #d9df71;
/* Tailwind (arbitrary) */
class="text-[#d9df71] bg-[#d9df71]"
/* SCSS */
$brand: #d9df71;
/* SwiftUI */
Color(red: 0.851, green: 0.875, blue: 0.443)
/* Android */
Color.parseColor("#d9df71")
/* Flutter */
Color(0xFFD9DF71)
/* Python / OpenCV (BGR) */
(113, 223, 217)

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

Accessibility — WCAG contrast

Aa
#d9df71 on white: 1.42:1
AA ✗ fail · AA-large · AAA
Aa
#d9df71 on black: 14.74:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EDD767
deuteranopia · #EEDA77
tritanopia · #E5D4C6

Color scale — 50 to 950

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

#FBFBF4
#F6F7E8
#EEF0CB
#E6EAA3
#d9df71
#CED648
#BFC82D
#9FA626
#7F851E
#5D611A
#3A3C10
Base = 400Lightest = 50 · #FBFBF4Darkest = 950 · #3A3C10
:root {
  --brand-50: #FBFBF4;
  --brand-100: #F6F7E8;
  --brand-200: #EEF0CB;
  --brand-300: #E6EAA3;
  --brand-400: #d9df71;
  --brand-500: #CED648;
  --brand-600: #BFC82D;
  --brand-700: #9FA626;
  --brand-800: #7F851E;
  --brand-900: #5D611A;
  --brand-950: #3A3C10;
  --brand: #d9df71;
  --brand-ink: #000000;
}

Colors that work with #d9df71

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#FAFAF4
Tinted page background
Border#EAEDC0
Hairlines and dividers
Muted text#969B4B
Captions on the surface
Accent#6E84E2
Second voice, not a rival
Dark variant#646817
Hover, pressed, headers
Light variant#F9FAEA
Selected rows, tints
Dark surface#242414
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 #d9df71

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
  • Card and section backgrounds
  • 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
  • White text placed on it
  • 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#7771DF
Analogous left#DFAE71
Analogous right#A2DF71
Split-complement 1#71A2DF
Split-complement 2#AE71DF
Triadic 1#71D9DF
Triadic 2#DF71D9
Tetradic#71DFAE

RGB percentages

Red85.1%
Green87.5%
Blue44.3%

CMYK percentages

Cyan2.7%
Magenta0.0%
Yellow49.3%
Key (black)12.5%

Color previews

#d9df71 text on a black background

contrast 14.74:1

Card sample

#d9df71 text on a white background

contrast 1.42:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(217, 223, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 223, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9df71;
background: linear-gradient(135deg, #d9df71, #90DF71);

Monochromatic scale

Palettes built from #d9df71

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.

#d9df71 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
SurfacesBadgesHighlightsEmpty states
Print note

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

#d9df71, answered

What color is #d9df71?

#d9df71 is a light vivid yellow, closest to Khaki (ΔE2000 5.3). It sits at 63° on the hue wheel with 63% saturation and 66% lightness, which reads as warm.

What is the RGB value of #d9df71?

rgb(217, 223, 113) — 217 red, 223 green and 113 blue out of 255, or 85.1% / 87.5% / 44.3% by channel.

Is #d9df71 a light or a dark color?

It is a light color. Relative luminance is 0.6872 and perceived brightness is 83%, so black text on it reaches 14.74:1.

Should I use black or white text on #d9df71?

Black. It scores 14.74:1 against #d9df71, versus 1.42:1 for white — AAA at any size.

What is the complementary color of #d9df71?

#7771DF sits directly opposite on the wheel. Softer options are the split-complements #71A2DF and #AE71DF, which give the same contrast with far less vibration.

What colors go well with #d9df71?

For interface work: #FAFAF4 as the surface, #EAEDC0 for borders, #969B4B for secondary text, #6E84E2 as an accent and #646817 for hover and pressed states. For a palette, the analogous pair #DFAE71 and #A2DF71 stays calm, while #7771DF is the loudest partner.

What is #d9df71 in CMYK for printing?

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

Is #d9df71 warm or cool?

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

Work with #d9df71 in the Color Lab