Skip to content

#e2fecb

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

RGB
226, 254, 203
HSL
93°, 96%, 90%
CMYK
11, 0, 20, 0
Luminance
0.9136

At a glance

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

Hex
#e2fecb
Hue
93°
green
Saturation
96%
electric
Lightness
90%
pale
Brightness
100%
HSV value
Perceived
94%
weighted brightness
Luminance
0.9136
WCAG relative
Temperature
Neutral
51/100 cool
Color family
Green
Tone
Electric
Best ink
Black
19.27:1
Closest name
Light Goldenrod Yellow
ΔE2000 8.1
Where it sits
Hue93° of 360°
Saturation96%
Lightness90%
Temperature
Warm ← → Cool51% 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#e2fecb
RGBrgb(226, 254, 203)
HSLhsl(93, 96%, 90%)
CMYKcmyk(11%, 0%, 20%, 0%)
LABlab(96.6 -17.9 21.4)
LCHlch(96.6 27.9 129.9)
OKLCHoklch(0.964 0.073 131.1)
Decimal14876363
Display P3color(display-p3 0.886 0.996 0.796)

Copy-ready code

/* CSS */
color: #e2fecb;
background-color: #e2fecb;
/* Tailwind (arbitrary) */
class="text-[#e2fecb] bg-[#e2fecb]"
/* SCSS */
$brand: #e2fecb;
/* SwiftUI */
Color(red: 0.886, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#e2fecb")
/* Flutter */
Color(0xFFE2FECB)
/* Python / OpenCV (BGR) */
(203, 254, 226)

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

Accessibility — WCAG contrast

Aa
#e2fecb on white: 1.09:1
AA ✗ fail · AA-large · AAA
Aa
#e2fecb on black: 19.27:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFF6C8
deuteranopia · #FFF4CD
tritanopia · #E4F9F0

Color scale — 50 to 950

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

#F7FDF1
#EFFCE4
#e2fecb
#C2FD91
#A3FC5A
#84FB23
#6FF005
#5DC804
#4AA003
#387307
#234804
Base = 200Lightest = 50 · #F7FDF1Darkest = 950 · #234804
:root {
  --brand-50: #F7FDF1;
  --brand-100: #EFFCE4;
  --brand-200: #e2fecb;
  --brand-300: #C2FD91;
  --brand-400: #A3FC5A;
  --brand-500: #84FB23;
  --brand-600: #6FF005;
  --brand-700: #5DC804;
  --brand-800: #4AA003;
  --brand-900: #387307;
  --brand-950: #234804;
  --brand: #e2fecb;
  --brand-ink: #000000;
}

Colors that work with #e2fecb

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#F7FAF4
Tinted page background
Border#D4EDC0
Hairlines and dividers
Muted text#6F9B4B
Captions on the surface
Accent#3E00CC
Second voice, not a rival
Dark variant#3A7D02
Hover, pressed, headers
Light variant#F1FFE6
Selected rows, tints
Dark surface#1B2414
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 #e2fecb

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#E7CBFE
Analogous left#FCFECB
Analogous right#CBFECD
Split-complement 1#CDCBFE
Split-complement 2#FECBFC
Triadic 1#CBE2FE
Triadic 2#FECBE2
Tetradic#CBFCFE

RGB percentages

Red88.6%
Green99.6%
Blue79.6%

CMYK percentages

Cyan11.0%
Magenta0.0%
Yellow20.1%
Key (black)0.4%

Color previews

#e2fecb text on a black background

contrast 19.27:1

Card sample

#e2fecb text on a white background

contrast 1.09:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #e2fecb

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.

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

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

#e2fecb, answered

What color is #e2fecb?

#e2fecb is a pale electric green, closest to Light Goldenrod Yellow (ΔE2000 8.1). It sits at 93° on the hue wheel with 96% saturation and 90% lightness, which reads as neutral.

What is the RGB value of #e2fecb?

rgb(226, 254, 203) — 226 red, 254 green and 203 blue out of 255, or 88.6% / 99.6% / 79.6% by channel.

Is #e2fecb a light or a dark color?

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

Should I use black or white text on #e2fecb?

Black. It scores 19.27:1 against #e2fecb, versus 1.09:1 for white — AAA at any size.

What is the complementary color of #e2fecb?

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

What colors go well with #e2fecb?

For interface work: #F7FAF4 as the surface, #D4EDC0 for borders, #6F9B4B for secondary text, #3E00CC as an accent and #3A7D02 for hover and pressed states. For a palette, the analogous pair #FCFECB and #CBFECD stays calm, while #E7CBFE is the loudest partner.

What is #e2fecb in CMYK for printing?

cmyk(11%, 0%, 20%, 0%). 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 #e2fecb warm or cool?

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

Work with #e2fecb in the Color Lab