Skip to content

#e1f9da

a pale, vivid green · neutral · closest name: Honey Dew

RGB
225, 249, 218
HSL
107°, 72%, 92%
CMYK
10, 0, 12, 2
Luminance
0.8882

At a glance

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

Hex
#e1f9da
Hue
107°
green
Saturation
72%
vivid
Lightness
92%
pale
Brightness
98%
HSV value
Perceived
94%
weighted brightness
Luminance
0.8882
WCAG relative
Temperature
Neutral
57/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
18.76:1
Closest name
Honey Dew
ΔE2000 6.3
Where it sits
Hue107° of 360°
Saturation72%
Lightness92%
Temperature
Warm ← → Cool57% 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#e1f9da
RGBrgb(225, 249, 218)
HSLhsl(107, 72%, 92%)
CMYKcmyk(10%, 0%, 12%, 2%)
LABlab(95.5 -13.3 12.3)
LCHlch(95.5 18.1 137.5)
OKLCHoklch(0.956 0.048 138.6)
Decimal14809562
Display P3color(display-p3 0.882 0.976 0.855)

Copy-ready code

/* CSS */
color: #e1f9da;
background-color: #e1f9da;
/* Tailwind (arbitrary) */
class="text-[#e1f9da] bg-[#e1f9da]"
/* SCSS */
$brand: #e1f9da;
/* SwiftUI */
Color(red: 0.882, green: 0.976, blue: 0.855)
/* Android */
Color.parseColor("#e1f9da")
/* Flutter */
Color(0xFFE1F9DA)
/* Python / OpenCV (BGR) */
(218, 249, 225)

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

Accessibility — WCAG contrast

Aa
#e1f9da on white: 1.12:1
AA ✗ fail · AA-large · AAA
Aa
#e1f9da on black: 18.76:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FBF4D8
deuteranopia · #F7F1DB
tritanopia · #E0F7F0

Color scale — 50 to 950

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

#F5FCF3
#e1f9da
#D2F3C9
#B1EF9E
#89E86E
#62E03E
#4AD322
#3EB01C
#318C17
#276615
#18400D
Base = 100Lightest = 50 · #F5FCF3Darkest = 950 · #18400D
:root {
  --brand-50: #F5FCF3;
  --brand-100: #e1f9da;
  --brand-200: #D2F3C9;
  --brand-300: #B1EF9E;
  --brand-400: #89E86E;
  --brand-500: #62E03E;
  --brand-600: #4AD322;
  --brand-700: #3EB01C;
  --brand-800: #318C17;
  --brand-900: #276615;
  --brand-950: #18400D;
  --brand: #e1f9da;
  --brand-ink: #000000;
}

Colors that work with #e1f9da

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#F6FAF4
Tinted page background
Border#CAEDC0
Hairlines and dividers
Muted text#5D9B4B
Captions on the surface
Accent#6818B4
Second voice, not a rival
Dark variant#266E12
Hover, pressed, headers
Light variant#EDFBE9
Selected rows, tints
Dark surface#172414
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 #e1f9da

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#F2DAF9
Analogous left#F1F9DA
Analogous right#DAF9E3
Split-complement 1#E3DAF9
Split-complement 2#F9DAF1
Triadic 1#DAE1F9
Triadic 2#F9DAE1
Tetradic#DAF1F9

RGB percentages

Red88.2%
Green97.6%
Blue85.5%

CMYK percentages

Cyan9.6%
Magenta0.0%
Yellow12.4%
Key (black)2.4%

Color previews

#e1f9da text on a black background

contrast 18.76:1

Card sample

#e1f9da text on a white background

contrast 1.12:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(225, 249, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 249, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1f9da;
background: linear-gradient(135deg, #e1f9da, #DAF9E8);

Monochromatic scale

Palettes built from #e1f9da

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.

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

#e1f9da, answered

What color is #e1f9da?

#e1f9da is a pale vivid green, closest to Honey Dew (ΔE2000 6.3). It sits at 107° on the hue wheel with 72% saturation and 92% lightness, which reads as neutral.

What is the RGB value of #e1f9da?

rgb(225, 249, 218) — 225 red, 249 green and 218 blue out of 255, or 88.2% / 97.6% / 85.5% by channel.

Is #e1f9da a light or a dark color?

It is a light color. Relative luminance is 0.8882 and perceived brightness is 94%, so black text on it reaches 18.76:1.

Should I use black or white text on #e1f9da?

Black. It scores 18.76:1 against #e1f9da, versus 1.12:1 for white — AAA at any size.

What is the complementary color of #e1f9da?

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

What colors go well with #e1f9da?

For interface work: #F6FAF4 as the surface, #CAEDC0 for borders, #5D9B4B for secondary text, #6818B4 as an accent and #266E12 for hover and pressed states. For a palette, the analogous pair #F1F9DA and #DAF9E3 stays calm, while #F2DAF9 is the loudest partner.

What is #e1f9da in CMYK for printing?

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

Is #e1f9da warm or cool?

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

Work with #e1f9da in the Color Lab