Skip to content

#ebfcb1

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

RGB
235, 252, 177
HSL
74°, 93%, 84%
CMYK
7, 0, 30, 1
Luminance
0.9046

At a glance

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

Hex
#ebfcb1
Hue
74°
green
Saturation
93%
electric
Lightness
84%
light
Brightness
99%
HSV value
Perceived
94%
weighted brightness
Luminance
0.9046
WCAG relative
Temperature
Warm
36/100 cool
Color family
Green
Tone
Electric
Best ink
Black
19.09:1
Closest name
Pale Goldenrod
ΔE2000 7
Where it sits
Hue74° of 360°
Saturation93%
Lightness84%
Temperature
Warm ← → Cool36% 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#ebfcb1
RGBrgb(235, 252, 177)
HSLhsl(74, 93%, 84%)
CMYKcmyk(7%, 0%, 30%, 1%)
LABlab(96.2 -17.4 34.1)
LCHlch(96.2 38.4 117.1)
OKLCHoklch(0.961 0.097 118.7)
Decimal15465649
Display P3color(display-p3 0.922 0.988 0.694)

Copy-ready code

/* CSS */
color: #ebfcb1;
background-color: #ebfcb1;
/* Tailwind (arbitrary) */
class="text-[#ebfcb1] bg-[#ebfcb1]"
/* SCSS */
$brand: #ebfcb1;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.694)
/* Android */
Color.parseColor("#ebfcb1")
/* Flutter */
Color(0xFFEBFCB1)
/* Python / OpenCV (BGR) */
(177, 252, 235)

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

Accessibility — WCAG contrast

Aa
#ebfcb1 on white: 1.10:1
AA ✗ fail · AA-large · AAA
Aa
#ebfcb1 on black: 19.09:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFF4AC
deuteranopia · #FFF4B4
tritanopia · #F2F4E8

Color scale — 50 to 950

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

#FAFDF2
#F6FBE4
#ebfcb1
#E3FB93
#D5F95D
#C8F727
#B8EC09
#9AC408
#7B9D06
#5A7109
#384706
Base = 200Lightest = 50 · #FAFDF2Darkest = 950 · #384706
:root {
  --brand-50: #FAFDF2;
  --brand-100: #F6FBE4;
  --brand-200: #ebfcb1;
  --brand-300: #E3FB93;
  --brand-400: #D5F95D;
  --brand-500: #C8F727;
  --brand-600: #B8EC09;
  --brand-700: #9AC408;
  --brand-800: #7B9D06;
  --brand-900: #5A7109;
  --brand-950: #384706;
  --brand: #ebfcb1;
  --brand-ink: #000000;
}

Colors that work with #ebfcb1

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#E2EDC0
Hairlines and dividers
Muted text#899B4B
Captions on the surface
Accent#0308C9
Second voice, not a rival
Dark variant#607B05
Hover, pressed, headers
Light variant#F9FEE6
Selected rows, tints
Dark surface#212414
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 #ebfcb1

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#C2B1FC
Analogous left#FCE7B1
Analogous right#C5FCB1
Split-complement 1#B1C5FC
Split-complement 2#E7B1FC
Triadic 1#B1EBFC
Triadic 2#FCB1EB
Tetradic#B1FCE7

RGB percentages

Red92.2%
Green98.8%
Blue69.4%

CMYK percentages

Cyan6.7%
Magenta0.0%
Yellow29.8%
Key (black)1.2%

Color previews

#ebfcb1 text on a black background

contrast 19.09:1

Card sample

#ebfcb1 text on a white background

contrast 1.10:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(235, 252, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcb1;
background: linear-gradient(135deg, #ebfcb1, #B9FCB1);

Monochromatic scale

Palettes built from #ebfcb1

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.

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

#ebfcb1, answered

What color is #ebfcb1?

#ebfcb1 is a light electric green, closest to Pale Goldenrod (ΔE2000 7). It sits at 74° on the hue wheel with 93% saturation and 84% lightness, which reads as warm.

What is the RGB value of #ebfcb1?

rgb(235, 252, 177) — 235 red, 252 green and 177 blue out of 255, or 92.2% / 98.8% / 69.4% by channel.

Is #ebfcb1 a light or a dark color?

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

Should I use black or white text on #ebfcb1?

Black. It scores 19.09:1 against #ebfcb1, versus 1.10:1 for white — AAA at any size.

What is the complementary color of #ebfcb1?

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

What colors go well with #ebfcb1?

For interface work: #F9FAF4 as the surface, #E2EDC0 for borders, #899B4B for secondary text, #0308C9 as an accent and #607B05 for hover and pressed states. For a palette, the analogous pair #FCE7B1 and #C5FCB1 stays calm, while #C2B1FC is the loudest partner.

What is #ebfcb1 in CMYK for printing?

cmyk(7%, 0%, 30%, 1%). 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 #ebfcb1 warm or cool?

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

Work with #ebfcb1 in the Color Lab