Skip to content

#e2fba3

a light, electric green · warm · closest name: Pale Goldenrod

RGB
226, 251, 163
HSL
77°, 92%, 81%
CMYK
10, 0, 35, 2
Luminance
0.8781

At a glance

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

Hex
#e2fba3
Hue
77°
green
Saturation
92%
electric
Lightness
81%
light
Brightness
98%
HSV value
Perceived
92%
weighted brightness
Luminance
0.8781
WCAG relative
Temperature
Warm
39/100 cool
Color family
Green
Tone
Electric
Best ink
Black
18.56:1
Closest name
Pale Goldenrod
ΔE2000 8.8
Where it sits
Hue77° of 360°
Saturation92%
Lightness81%
Temperature
Warm ← → Cool39% 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#e2fba3
RGBrgb(226, 251, 163)
HSLhsl(77, 92%, 81%)
CMYKcmyk(10%, 0%, 35%, 2%)
LABlab(95.1 -22.0 39.5)
LCHlch(95.1 45.3 119.1)
OKLCHoklch(0.950 0.115 121.5)
Decimal14875555
Display P3color(display-p3 0.886 0.984 0.639)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#e2fba3 on white: 1.13:1
AA ✗ fail · AA-large · AAA
Aa
#e2fba3 on black: 18.56:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFF19D
deuteranopia · #FFF1A7
tritanopia · #E9F3E5

Color scale — 50 to 950

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

#FAFDF2
#F5FBE4
#EAF9C3
#e2fba3
#CCF85E
#BBF628
#ABEB0A
#8FC408
#729C07
#54710A
#344706
Base = 300Lightest = 50 · #FAFDF2Darkest = 950 · #344706
:root {
  --brand-50: #FAFDF2;
  --brand-100: #F5FBE4;
  --brand-200: #EAF9C3;
  --brand-300: #e2fba3;
  --brand-400: #CCF85E;
  --brand-500: #BBF628;
  --brand-600: #ABEB0A;
  --brand-700: #8FC408;
  --brand-800: #729C07;
  --brand-900: #54710A;
  --brand-950: #344706;
  --brand: #e2fba3;
  --brand-ink: #000000;
}

Colors that work with #e2fba3

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#F9FAF4
Tinted page background
Border#E0EDC0
Hairlines and dividers
Muted text#849B4B
Captions on the surface
Accent#0B04C8
Second voice, not a rival
Dark variant#597A05
Hover, pressed, headers
Light variant#F7FEE7
Selected rows, tints
Dark surface#202414
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 #e2fba3

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#BCA3FB
Analogous left#FBE8A3
Analogous right#B6FBA3
Split-complement 1#A3B6FB
Split-complement 2#E8A3FB
Triadic 1#A3E2FB
Triadic 2#FBA3E2
Tetradic#A3FBE8

RGB percentages

Red88.6%
Green98.4%
Blue63.9%

CMYK percentages

Cyan10.0%
Magenta0.0%
Yellow35.1%
Key (black)1.6%

Color previews

#e2fba3 text on a black background

contrast 18.56:1

Card sample

#e2fba3 text on a white background

contrast 1.13:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #e2fba3

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.

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

#e2fba3, answered

What color is #e2fba3?

#e2fba3 is a light electric green, closest to Pale Goldenrod (ΔE2000 8.8). It sits at 77° on the hue wheel with 92% saturation and 81% lightness, which reads as warm.

What is the RGB value of #e2fba3?

rgb(226, 251, 163) — 226 red, 251 green and 163 blue out of 255, or 88.6% / 98.4% / 63.9% by channel.

Is #e2fba3 a light or a dark color?

It is a light color. Relative luminance is 0.8781 and perceived brightness is 92%, so black text on it reaches 18.56:1.

Should I use black or white text on #e2fba3?

Black. It scores 18.56:1 against #e2fba3, versus 1.13:1 for white — AAA at any size.

What is the complementary color of #e2fba3?

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

What colors go well with #e2fba3?

For interface work: #F9FAF4 as the surface, #E0EDC0 for borders, #849B4B for secondary text, #0B04C8 as an accent and #597A05 for hover and pressed states. For a palette, the analogous pair #FBE8A3 and #B6FBA3 stays calm, while #BCA3FB is the loudest partner.

What is #e2fba3 in CMYK for printing?

cmyk(10%, 0%, 35%, 2%). 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 #e2fba3 warm or cool?

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

Work with #e2fba3 in the Color Lab