Skip to content

#dfe28f

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

RGB
223, 226, 143
HSL
62°, 59%, 72%
CMYK
1, 0, 37, 11
Luminance
0.7206

At a glance

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

Hex
#dfe28f
Hue
62°
yellow
Saturation
59%
vivid
Lightness
72%
light
Brightness
89%
HSV value
Perceived
85%
weighted brightness
Luminance
0.7206
WCAG relative
Temperature
Warm
27/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
15.41:1
Closest name
Khaki
ΔE2000 4
Where it sits
Hue62° of 360°
Saturation59%
Lightness72%
Temperature
Warm ← → Cool27% 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#dfe28f
RGBrgb(223, 226, 143)
HSLhsl(62, 59%, 72%)
CMYKcmyk(1%, 0%, 37%, 11%)
LABlab(88.0 -13.3 40.3)
LCHlch(88.0 42.4 108.3)
OKLCHoklch(0.892 0.105 110.1)
Decimal14672527
Display P3color(display-p3 0.875 0.886 0.561)

Copy-ready code

/* CSS */
color: #dfe28f;
background-color: #dfe28f;
/* Tailwind (arbitrary) */
class="text-[#dfe28f] bg-[#dfe28f]"
/* SCSS */
$brand: #dfe28f;
/* SwiftUI */
Color(red: 0.875, green: 0.886, blue: 0.561)
/* Android */
Color.parseColor("#dfe28f")
/* Flutter */
Color(0xFFDFE28F)
/* Python / OpenCV (BGR) */
(143, 226, 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 #dfe28f · 15.41:1
Use #000000AAA at every size.
Aa
White text · 1.36:1
AA fail · AA large fail · AAA fail
Aa
Black text · 15.41:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #dfe28f as text scores 1.36:1 on white and 15.41:1 on black.

Accessibility — WCAG contrast

Aa
#dfe28f on white: 1.36:1
AA ✗ fail · AA-large · AAA
Aa
#dfe28f on black: 15.41:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EEDB89
deuteranopia · #EFDE93
tritanopia · #EAD9CD

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #dfe28f 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
#F6F7E9
#EEEFCD
#E6E8A6
#dfe28f
#CCD14D
#BDC232
#9EA22A
#7E8222
#5C5E1C
#393B12
Base = 400Lightest = 50 · #FBFBF4Darkest = 950 · #393B12
:root {
  --brand-50: #FBFBF4;
  --brand-100: #F6F7E9;
  --brand-200: #EEEFCD;
  --brand-300: #E6E8A6;
  --brand-400: #dfe28f;
  --brand-500: #CCD14D;
  --brand-600: #BDC232;
  --brand-700: #9EA22A;
  --brand-800: #7E8222;
  --brand-900: #5C5E1C;
  --brand-950: #393B12;
  --brand: #dfe28f;
  --brand-ink: #000000;
}

Colors that work with #dfe28f

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#EBEDC0
Hairlines and dividers
Muted text#989B4B
Captions on the surface
Accent#2641A6
Second voice, not a rival
Dark variant#63651A
Hover, pressed, headers
Light variant#F9FAEB
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 #dfe28f

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#928FE2
Analogous left#E2BC8F
Analogous right#B6E28F
Split-complement 1#8FB6E2
Split-complement 2#BC8FE2
Triadic 1#8FDFE2
Triadic 2#E28FDF
Tetradic#8FE2BC

RGB percentages

Red87.5%
Green88.6%
Blue56.1%

CMYK percentages

Cyan1.3%
Magenta0.0%
Yellow36.7%
Key (black)11.4%

Color previews

#dfe28f text on a black background

contrast 15.41:1

Card sample

#dfe28f text on a white background

contrast 1.36:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #dfe28f

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.

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

#dfe28f, answered

What color is #dfe28f?

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

What is the RGB value of #dfe28f?

rgb(223, 226, 143) — 223 red, 226 green and 143 blue out of 255, or 87.5% / 88.6% / 56.1% by channel.

Is #dfe28f a light or a dark color?

It is a light color. Relative luminance is 0.7206 and perceived brightness is 85%, so black text on it reaches 15.41:1.

Should I use black or white text on #dfe28f?

Black. It scores 15.41:1 against #dfe28f, versus 1.36:1 for white — AAA at any size.

What is the complementary color of #dfe28f?

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

What colors go well with #dfe28f?

For interface work: #FAFAF4 as the surface, #EBEDC0 for borders, #989B4B for secondary text, #2641A6 as an accent and #63651A for hover and pressed states. For a palette, the analogous pair #E2BC8F and #B6E28F stays calm, while #928FE2 is the loudest partner.

What is #dfe28f in CMYK for printing?

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

Is #dfe28f warm or cool?

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

Work with #dfe28f in the Color Lab