Skip to content

#ebedb2

a light, vivid yellow · warm · closest name: Pale Goldenrod

RGB
235, 237, 178
HSL
62°, 62%, 81%
CMYK
1, 0, 25, 7
Luminance
0.8144

At a glance

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

Hex
#ebedb2
Hue
62°
yellow
Saturation
62%
vivid
Lightness
81%
light
Brightness
93%
HSV value
Perceived
90%
weighted brightness
Luminance
0.8144
WCAG relative
Temperature
Warm
27/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
17.29:1
Closest name
Pale Goldenrod
ΔE2000 2.6
Where it sits
Hue62° of 360°
Saturation62%
Lightness81%
Temperature
Warm ← → Cool27% 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#ebedb2
RGBrgb(235, 237, 178)
HSLhsl(62, 62%, 81%)
CMYKcmyk(1%, 0%, 25%, 7%)
LABlab(92.3 -9.9 28.5)
LCHlch(92.3 30.1 109.2)
OKLCHoklch(0.930 0.076 109.4)
Decimal15461810
Display P3color(display-p3 0.922 0.929 0.698)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#ebedb2 on white: 1.21:1
AA ✗ fail · AA-large · AAA
Aa
#ebedb2 on black: 17.29:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F7E8AE
deuteranopia · #F7EAB4
tritanopia · #F3E6DD

Color scale — 50 to 950

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

#FBFBF4
#F7F7E8
#EFF0CC
#ebedb2
#DCDF77
#D0D449
#C1C62E
#A1A527
#81841F
#5E601A
#3B3C10
Base = 300Lightest = 50 · #FBFBF4Darkest = 950 · #3B3C10
:root {
  --brand-50: #FBFBF4;
  --brand-100: #F7F7E8;
  --brand-200: #EFF0CC;
  --brand-300: #ebedb2;
  --brand-400: #DCDF77;
  --brand-500: #D0D449;
  --brand-600: #C1C62E;
  --brand-700: #A1A527;
  --brand-800: #81841F;
  --brand-900: #5E601A;
  --brand-950: #3B3C10;
  --brand: #ebedb2;
  --brand-ink: #000000;
}

Colors that work with #ebedb2

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#FAFAF4
Tinted page background
Border#EBEDC0
Hairlines and dividers
Muted text#989B4B
Captions on the surface
Accent#2240AA
Second voice, not a rival
Dark variant#656718
Hover, pressed, headers
Light variant#FAFAEA
Selected rows, tints
Dark surface#242414
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 #ebedb2

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
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#B4B2ED
Analogous left#EDD2B2
Analogous right#CEEDB2
Split-complement 1#B2CEED
Split-complement 2#D2B2ED
Triadic 1#B2EBED
Triadic 2#EDB2EB
Tetradic#B2EDD2

RGB percentages

Red92.2%
Green92.9%
Blue69.8%

CMYK percentages

Cyan0.8%
Magenta0.0%
Yellow24.9%
Key (black)7.1%

Color previews

#ebedb2 text on a black background

contrast 17.29:1

Card sample

#ebedb2 text on a white background

contrast 1.21:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #ebedb2

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.

#ebedb2 in the real world

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

Industries
RetailLeisureEnergyWarning systems
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#ebedb2, answered

What color is #ebedb2?

#ebedb2 is a light vivid yellow, closest to Pale Goldenrod (ΔE2000 2.6). It sits at 62° on the hue wheel with 62% saturation and 81% lightness, which reads as warm.

What is the RGB value of #ebedb2?

rgb(235, 237, 178) — 235 red, 237 green and 178 blue out of 255, or 92.2% / 92.9% / 69.8% by channel.

Is #ebedb2 a light or a dark color?

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

Should I use black or white text on #ebedb2?

Black. It scores 17.29:1 against #ebedb2, versus 1.21:1 for white — AAA at any size.

What is the complementary color of #ebedb2?

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

What colors go well with #ebedb2?

For interface work: #FAFAF4 as the surface, #EBEDC0 for borders, #989B4B for secondary text, #2240AA as an accent and #656718 for hover and pressed states. For a palette, the analogous pair #EDD2B2 and #CEEDB2 stays calm, while #B4B2ED is the loudest partner.

What is #ebedb2 in CMYK for printing?

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

Is #ebedb2 warm or cool?

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

Work with #ebedb2 in the Color Lab