Skip to content

#deee7e

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

RGB
222, 238, 126
HSL
69°, 77%, 71%
CMYK
7, 0, 47, 7
Luminance
0.7819

At a glance

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

Hex
#deee7e
Hue
69°
yellow
Saturation
77%
electric
Lightness
71%
light
Brightness
93%
HSV value
Perceived
88%
weighted brightness
Luminance
0.7819
WCAG relative
Temperature
Warm
32/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
16.64:1
Closest name
Khaki
ΔE2000 6.7
Where it sits
Hue69° of 360°
Saturation77%
Lightness71%
Temperature
Warm ← → Cool32% 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#deee7e
RGBrgb(222, 238, 126)
HSLhsl(69, 77%, 71%)
CMYKcmyk(7%, 0%, 47%, 7%)
LABlab(90.9 -21.3 52.1)
LCHlch(90.9 56.3 112.3)
OKLCHoklch(0.914 0.138 115.9)
Decimal14610046
Display P3color(display-p3 0.871 0.933 0.494)

Copy-ready code

/* CSS */
color: #deee7e;
background-color: #deee7e;
/* Tailwind (arbitrary) */
class="text-[#deee7e] bg-[#deee7e]"
/* SCSS */
$brand: #deee7e;
/* SwiftUI */
Color(red: 0.871, green: 0.933, blue: 0.494)
/* Android */
Color.parseColor("#deee7e")
/* Flutter */
Color(0xFFDEEE7E)
/* Python / OpenCV (BGR) */
(126, 238, 222)

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

Accessibility — WCAG contrast

Aa
#deee7e on white: 1.26:1
AA ✗ fail · AA-large · AAA
Aa
#deee7e on black: 16.64:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FBE474
deuteranopia · #FAE684
tritanopia · #E9E3D4

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #deee7e 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
#EEF4C7
#E6F29C
#deee7e
#CCE539
#BDD81D
#9EB418
#7E9013
#5C6812
#3A410B
Base = 400Lightest = 50 · #FBFCF3Darkest = 950 · #3A410B
:root {
  --brand-50: #FBFCF3;
  --brand-100: #F6F9E7;
  --brand-200: #EEF4C7;
  --brand-300: #E6F29C;
  --brand-400: #deee7e;
  --brand-500: #CCE539;
  --brand-600: #BDD81D;
  --brand-700: #9EB418;
  --brand-800: #7E9013;
  --brand-900: #5C6812;
  --brand-950: #3A410B;
  --brand: #deee7e;
  --brand-ink: #000000;
}

Colors that work with #deee7e

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#E6EDC0
Hairlines and dividers
Muted text#8F9B4B
Captions on the surface
Accent#7B88F1
Second voice, not a rival
Dark variant#63710F
Hover, pressed, headers
Light variant#F9FCE8
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 #deee7e

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#8E7EEE
Analogous left#EEC67E
Analogous right#A6EE7E
Split-complement 1#7EA6EE
Split-complement 2#C67EEE
Triadic 1#7EDEEE
Triadic 2#EE7EDE
Tetradic#7EEEC6

RGB percentages

Red87.1%
Green93.3%
Blue49.4%

CMYK percentages

Cyan6.7%
Magenta0.0%
Yellow47.1%
Key (black)6.7%

Color previews

#deee7e text on a black background

contrast 16.64:1

Card sample

#deee7e text on a white background

contrast 1.26:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(222, 238, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 238, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deee7e;
background: linear-gradient(135deg, #deee7e, #93EE7E);

Monochromatic scale

Palettes built from #deee7e

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.

#deee7e 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#deee7e, answered

What color is #deee7e?

#deee7e is a light electric yellow, closest to Khaki (ΔE2000 6.7). It sits at 69° on the hue wheel with 77% saturation and 71% lightness, which reads as warm.

What is the RGB value of #deee7e?

rgb(222, 238, 126) — 222 red, 238 green and 126 blue out of 255, or 87.1% / 93.3% / 49.4% by channel.

Is #deee7e a light or a dark color?

It is a light color. Relative luminance is 0.7819 and perceived brightness is 88%, so black text on it reaches 16.64:1.

Should I use black or white text on #deee7e?

Black. It scores 16.64:1 against #deee7e, versus 1.26:1 for white — AAA at any size.

What is the complementary color of #deee7e?

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

What colors go well with #deee7e?

For interface work: #FAFAF4 as the surface, #E6EDC0 for borders, #8F9B4B for secondary text, #7B88F1 as an accent and #63710F for hover and pressed states. For a palette, the analogous pair #EEC67E and #A6EE7E stays calm, while #8E7EEE is the loudest partner.

What is #deee7e in CMYK for printing?

cmyk(7%, 0%, 47%, 7%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #deee7e warm or cool?

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

Work with #deee7e in the Color Lab