Skip to content

#dfec7e

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

RGB
223, 236, 126
HSL
67°, 74%, 71%
CMYK
6, 0, 47, 8
Luminance
0.7719

At a glance

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

Hex
#dfec7e
Hue
67°
yellow
Saturation
74%
vivid
Lightness
71%
light
Brightness
93%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7719
WCAG relative
Temperature
Warm
31/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
16.44:1
Closest name
Khaki
ΔE2000 6.1
Where it sits
Hue67° of 360°
Saturation74%
Lightness71%
Temperature
Warm ← → Cool31% 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#dfec7e
RGBrgb(223, 236, 126)
HSLhsl(67, 74%, 71%)
CMYKcmyk(6%, 0%, 47%, 8%)
LABlab(90.4 -20.0 51.5)
LCHlch(90.4 55.3 111.2)
OKLCHoklch(0.910 0.135 114.7)
Decimal14675070
Display P3color(display-p3 0.875 0.925 0.494)

Copy-ready code

/* CSS */
color: #dfec7e;
background-color: #dfec7e;
/* Tailwind (arbitrary) */
class="text-[#dfec7e] bg-[#dfec7e]"
/* SCSS */
$brand: #dfec7e;
/* SwiftUI */
Color(red: 0.875, green: 0.925, blue: 0.494)
/* Android */
Color.parseColor("#dfec7e")
/* Flutter */
Color(0xFFDFEC7E)
/* Python / OpenCV (BGR) */
(126, 236, 223)

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

Accessibility — WCAG contrast

Aa
#dfec7e on white: 1.28:1
AA ✗ fail · AA-large · AAA
Aa
#dfec7e on black: 16.44:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FAE374
deuteranopia · #F9E584
tritanopia · #EAE1D2

Color scale — 50 to 950

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

#FBFCF3
#F6F9E7
#EEF4C8
#E7F19D
#dfec7e
#CEE23B
#C0D51F
#A0B21A
#808E15
#5D6713
#3A400C
Base = 400Lightest = 50 · #FBFCF3Darkest = 950 · #3A400C
:root {
  --brand-50: #FBFCF3;
  --brand-100: #F6F9E7;
  --brand-200: #EEF4C8;
  --brand-300: #E7F19D;
  --brand-400: #dfec7e;
  --brand-500: #CEE23B;
  --brand-600: #C0D51F;
  --brand-700: #A0B21A;
  --brand-800: #808E15;
  --brand-900: #5D6713;
  --brand-950: #3A400C;
  --brand: #dfec7e;
  --brand-ink: #000000;
}

Colors that work with #dfec7e

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#E7EDC0
Hairlines and dividers
Muted text#919B4B
Captions on the surface
Accent#162BB6
Second voice, not a rival
Dark variant#646F10
Hover, pressed, headers
Light variant#F9FCE9
Selected rows, tints
Dark surface#222414
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 #dfec7e

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#8B7EEC
Analogous left#ECC27E
Analogous right#A8EC7E
Split-complement 1#7EA8EC
Split-complement 2#C27EEC
Triadic 1#7EDFEC
Triadic 2#EC7EDF
Tetradic#7EECC2

RGB percentages

Red87.5%
Green92.5%
Blue49.4%

CMYK percentages

Cyan5.5%
Magenta0.0%
Yellow46.6%
Key (black)7.5%

Color previews

#dfec7e text on a black background

contrast 16.44:1

Card sample

#dfec7e text on a white background

contrast 1.28:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(223, 236, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 236, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfec7e;
background: linear-gradient(135deg, #dfec7e, #96EC7E);

Monochromatic scale

Palettes built from #dfec7e

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.

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

#dfec7e, answered

What color is #dfec7e?

#dfec7e is a light vivid yellow, closest to Khaki (ΔE2000 6.1). It sits at 67° on the hue wheel with 74% saturation and 71% lightness, which reads as warm.

What is the RGB value of #dfec7e?

rgb(223, 236, 126) — 223 red, 236 green and 126 blue out of 255, or 87.5% / 92.5% / 49.4% by channel.

Is #dfec7e a light or a dark color?

It is a light color. Relative luminance is 0.7719 and perceived brightness is 87%, so black text on it reaches 16.44:1.

Should I use black or white text on #dfec7e?

Black. It scores 16.44:1 against #dfec7e, versus 1.28:1 for white — AAA at any size.

What is the complementary color of #dfec7e?

#8B7EEC sits directly opposite on the wheel. Softer options are the split-complements #7EA8EC and #C27EEC, which give the same contrast with far less vibration.

What colors go well with #dfec7e?

For interface work: #FAFAF4 as the surface, #E7EDC0 for borders, #919B4B for secondary text, #162BB6 as an accent and #646F10 for hover and pressed states. For a palette, the analogous pair #ECC27E and #A8EC7E stays calm, while #8B7EEC is the loudest partner.

What is #dfec7e in CMYK for printing?

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

Is #dfec7e warm or cool?

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

Work with #dfec7e in the Color Lab