Skip to content

#dbdf8e

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

RGB
219, 223, 142
HSL
63°, 56%, 72%
CMYK
2, 0, 36, 13
Luminance
0.6979

At a glance

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

Hex
#dbdf8e
Hue
63°
yellow
Saturation
56%
vivid
Lightness
72%
light
Brightness
87%
HSV value
Perceived
84%
weighted brightness
Luminance
0.6979
WCAG relative
Temperature
Warm
28/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
14.96:1
Closest name
Khaki
ΔE2000 4.6
Where it sits
Hue63° of 360°
Saturation56%
Lightness72%
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#dbdf8e
RGBrgb(219, 223, 142)
HSLhsl(63, 56%, 72%)
CMYKcmyk(2%, 0%, 36%, 13%)
LABlab(86.9 -13.4 39.3)
LCHlch(86.9 41.5 108.9)
OKLCHoklch(0.882 0.103 110.8)
Decimal14409614
Display P3color(display-p3 0.859 0.875 0.557)

Copy-ready code

/* CSS */
color: #dbdf8e;
background-color: #dbdf8e;
/* Tailwind (arbitrary) */
class="text-[#dbdf8e] bg-[#dbdf8e]"
/* SCSS */
$brand: #dbdf8e;
/* SwiftUI */
Color(red: 0.859, green: 0.875, blue: 0.557)
/* Android */
Color.parseColor("#dbdf8e")
/* Flutter */
Color(0xFFDBDF8E)
/* Python / OpenCV (BGR) */
(142, 223, 219)

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

Accessibility — WCAG contrast

Aa
#dbdf8e on white: 1.40:1
AA ✗ fail · AA-large · AAA
Aa
#dbdf8e on black: 14.96:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EBD888
deuteranopia · #EBDB92
tritanopia · #E5D6CB

Color scale — 50 to 950

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

#FAFBF4
#F6F6E9
#EDEECE
#E3E6A8
#dbdf8e
#C7CE50
#B8BF36
#999F2D
#7B7F24
#5A5D1E
#383A13
Base = 400Lightest = 50 · #FAFBF4Darkest = 950 · #383A13
:root {
  --brand-50: #FAFBF4;
  --brand-100: #F6F6E9;
  --brand-200: #EDEECE;
  --brand-300: #E3E6A8;
  --brand-400: #dbdf8e;
  --brand-500: #C7CE50;
  --brand-600: #B8BF36;
  --brand-700: #999F2D;
  --brand-800: #7B7F24;
  --brand-900: #5A5D1E;
  --brand-950: #383A13;
  --brand: #dbdf8e;
  --brand-ink: #000000;
}

Colors that work with #dbdf8e

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#979B4B
Captions on the surface
Accent#2942A3
Second voice, not a rival
Dark variant#60631C
Hover, pressed, headers
Light variant#F9F9EB
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 #dbdf8e

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#928EDF
Analogous left#DFBB8E
Analogous right#B3DF8E
Split-complement 1#8EB3DF
Split-complement 2#BB8EDF
Triadic 1#8EDBDF
Triadic 2#DF8EDB
Tetradic#8EDFBB

RGB percentages

Red85.9%
Green87.5%
Blue55.7%

CMYK percentages

Cyan1.8%
Magenta0.0%
Yellow36.3%
Key (black)12.5%

Color previews

#dbdf8e text on a black background

contrast 14.96:1

Card sample

#dbdf8e text on a white background

contrast 1.40:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(219, 223, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 223, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbdf8e;
background: linear-gradient(135deg, #dbdf8e, #A5DF8E);

Monochromatic scale

Palettes built from #dbdf8e

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.

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

#dbdf8e, answered

What color is #dbdf8e?

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

What is the RGB value of #dbdf8e?

rgb(219, 223, 142) — 219 red, 223 green and 142 blue out of 255, or 85.9% / 87.5% / 55.7% by channel.

Is #dbdf8e a light or a dark color?

It is a light color. Relative luminance is 0.6979 and perceived brightness is 84%, so black text on it reaches 14.96:1.

Should I use black or white text on #dbdf8e?

Black. It scores 14.96:1 against #dbdf8e, versus 1.40:1 for white — AAA at any size.

What is the complementary color of #dbdf8e?

#928EDF sits directly opposite on the wheel. Softer options are the split-complements #8EB3DF and #BB8EDF, which give the same contrast with far less vibration.

What colors go well with #dbdf8e?

For interface work: #FAFAF4 as the surface, #EAEDC0 for borders, #979B4B for secondary text, #2942A3 as an accent and #60631C for hover and pressed states. For a palette, the analogous pair #DFBB8E and #B3DF8E stays calm, while #928EDF is the loudest partner.

What is #dbdf8e in CMYK for printing?

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

Is #dbdf8e 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 #DFC58E; nudged cooler, #BEE18D.

Work with #dbdf8e in the Color Lab