Skip to content

#deeec5

a pale, vivid green · neutral · closest name: Light Goldenrod Yellow

RGB
222, 238, 197
HSL
83°, 55%, 85%
CMYK
7, 0, 17, 7
Luminance
0.8071

At a glance

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

Hex
#deeec5
Hue
83°
green
Saturation
55%
vivid
Lightness
85%
pale
Brightness
93%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8071
WCAG relative
Temperature
Neutral
44/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
17.14:1
Closest name
Light Goldenrod Yellow
ΔE2000 6.1
Where it sits
Hue83° of 360°
Saturation55%
Lightness85%
Temperature
Warm ← → Cool44% cool

Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#deeec5
RGBrgb(222, 238, 197)
HSLhsl(83, 55%, 85%)
CMYKcmyk(7%, 0%, 17%, 7%)
LABlab(92.0 -12.3 18.1)
LCHlch(92.0 21.9 124.3)
OKLCHoklch(0.927 0.057 124.8)
Decimal14610117
Display P3color(display-p3 0.871 0.933 0.773)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#deeec5 on white: 1.23:1
AA ✗ fail · AA-large · AAA
Aa
#deeec5 on black: 17.14:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F3E9C3
deuteranopia · #F1E8C7
tritanopia · #E1EAE2

Color scale — 50 to 950

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

#F8FBF4
#F1F6E9
#deeec5
#CEE6A8
#B5D97D
#9CCC51
#89BD37
#729E2E
#5B7E25
#445C1E
#2A3913
Base = 200Lightest = 50 · #F8FBF4Darkest = 950 · #2A3913
:root {
  --brand-50: #F8FBF4;
  --brand-100: #F1F6E9;
  --brand-200: #deeec5;
  --brand-300: #CEE6A8;
  --brand-400: #B5D97D;
  --brand-500: #9CCC51;
  --brand-600: #89BD37;
  --brand-700: #729E2E;
  --brand-800: #5B7E25;
  --brand-900: #445C1E;
  --brand-950: #2A3913;
  --brand: #deeec5;
  --brand-ink: #000000;
}

Colors that work with #deeec5

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#F8FAF4
Tinted page background
Border#DBEDC0
Hairlines and dividers
Muted text#7C9B4B
Captions on the surface
Accent#3A29A3
Second voice, not a rival
Dark variant#47631D
Hover, pressed, headers
Light variant#F4F9EB
Selected rows, tints
Dark surface#1E2414
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 #deeec5

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
  • 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#D5C5EE
Analogous left#EEEAC5
Analogous right#CAEEC5
Split-complement 1#C5CAEE
Split-complement 2#EAC5EE
Triadic 1#C5DEEE
Triadic 2#EEC5DE
Tetradic#C5EEEA

RGB percentages

Red87.1%
Green93.3%
Blue77.3%

CMYK percentages

Cyan6.7%
Magenta0.0%
Yellow17.2%
Key (black)6.7%

Color previews

#deeec5 text on a black background

contrast 17.14:1

Card sample

#deeec5 text on a white background

contrast 1.23:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #deeec5

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.

#deeec5 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#deeec5, answered

What color is #deeec5?

#deeec5 is a pale vivid green, closest to Light Goldenrod Yellow (ΔE2000 6.1). It sits at 83° on the hue wheel with 55% saturation and 85% lightness, which reads as neutral.

What is the RGB value of #deeec5?

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

Is #deeec5 a light or a dark color?

It is a light color. Relative luminance is 0.8071 and perceived brightness is 90%, so black text on it reaches 17.14:1.

Should I use black or white text on #deeec5?

Black. It scores 17.14:1 against #deeec5, versus 1.23:1 for white — AAA at any size.

What is the complementary color of #deeec5?

#D5C5EE sits directly opposite on the wheel. Softer options are the split-complements #C5CAEE and #EAC5EE, which give the same contrast with far less vibration.

What colors go well with #deeec5?

For interface work: #F8FAF4 as the surface, #DBEDC0 for borders, #7C9B4B for secondary text, #3A29A3 as an accent and #47631D for hover and pressed states. For a palette, the analogous pair #EEEAC5 and #CAEEC5 stays calm, while #D5C5EE is the loudest partner.

What is #deeec5 in CMYK for printing?

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

Is #deeec5 warm or cool?

Neutral — it scores 44 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EDEEC5; nudged cooler, #CFEFC4.

Work with #deeec5 in the Color Lab