Skip to content

#f4eeba

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

RGB
244, 238, 186
HSL
54°, 73%, 84%
CMYK
0, 3, 24, 4
Luminance
0.8393

At a glance

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

Hex
#f4eeba
Hue
54°
yellow
Saturation
73%
vivid
Lightness
84%
light
Brightness
96%
HSV value
Perceived
92%
weighted brightness
Luminance
0.8393
WCAG relative
Temperature
Warm
20/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
17.79:1
Closest name
Pale Goldenrod
ΔE2000 2.6
Where it sits
Hue54° of 360°
Saturation73%
Lightness84%
Temperature
Warm ← → Cool20% 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#f4eeba
RGBrgb(244, 238, 186)
HSLhsl(54, 73%, 84%)
CMYKcmyk(0%, 3%, 24%, 4%)
LABlab(93.4 -6.0 26.0)
LCHlch(93.4 26.7 103.1)
OKLCHoklch(0.941 0.067 102.1)
Decimal16051898
Display P3color(display-p3 0.957 0.933 0.729)

Copy-ready code

/* CSS */
color: #f4eeba;
background-color: #f4eeba;
/* Tailwind (arbitrary) */
class="text-[#f4eeba] bg-[#f4eeba]"
/* SCSS */
$brand: #f4eeba;
/* SwiftUI */
Color(red: 0.957, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#f4eeba")
/* Flutter */
Color(0xFFF4EEBA)
/* Python / OpenCV (BGR) */
(186, 238, 244)

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

Accessibility — WCAG contrast

Aa
#f4eeba on white: 1.18:1
AA ✗ fail · AA-large · AAA
Aa
#f4eeba on black: 17.79:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #F8EAB7
deuteranopia · #FAEEBC
tritanopia · #FDE7E0

Color scale — 50 to 950

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

#FCFBF3
#F8F7E7
#f4eeba
#F0E79E
#E8DB6E
#E0CF3D
#D3C122
#B0A11C
#8D8116
#665E14
#403A0D
Base = 200Lightest = 50 · #FCFBF3Darkest = 950 · #403A0D
:root {
  --brand-50: #FCFBF3;
  --brand-100: #F8F7E7;
  --brand-200: #f4eeba;
  --brand-300: #F0E79E;
  --brand-400: #E8DB6E;
  --brand-500: #E0CF3D;
  --brand-600: #D3C122;
  --brand-700: #B0A11C;
  --brand-800: #8D8116;
  --brand-900: #665E14;
  --brand-950: #403A0D;
  --brand: #f4eeba;
  --brand-ink: #000000;
}

Colors that work with #f4eeba

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#EDE8C0
Hairlines and dividers
Muted text#9B934B
Captions on the surface
Accent#174FB5
Second voice, not a rival
Dark variant#6E6412
Hover, pressed, headers
Light variant#FBFAE9
Selected rows, tints
Dark surface#242314
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 #f4eeba

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#BAC0F4
Analogous left#F4D1BA
Analogous right#DDF4BA
Split-complement 1#BADDF4
Split-complement 2#D1BAF4
Triadic 1#BAF4EE
Triadic 2#EEBAF4
Tetradic#BAF4D1

RGB percentages

Red95.7%
Green93.3%
Blue72.9%

CMYK percentages

Cyan0.0%
Magenta2.5%
Yellow23.8%
Key (black)4.3%

Color previews

#f4eeba text on a black background

contrast 17.79:1

Card sample

#f4eeba text on a white background

contrast 1.18:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(244, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4eeba;
background: linear-gradient(135deg, #f4eeba, #D3F4BA);

Monochromatic scale

Palettes built from #f4eeba

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.

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

#f4eeba, answered

What color is #f4eeba?

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

What is the RGB value of #f4eeba?

rgb(244, 238, 186) — 244 red, 238 green and 186 blue out of 255, or 95.7% / 93.3% / 72.9% by channel.

Is #f4eeba a light or a dark color?

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

Should I use black or white text on #f4eeba?

Black. It scores 17.79:1 against #f4eeba, versus 1.18:1 for white — AAA at any size.

What is the complementary color of #f4eeba?

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

What colors go well with #f4eeba?

For interface work: #FAFAF4 as the surface, #EDE8C0 for borders, #9B934B for secondary text, #174FB5 as an accent and #6E6412 for hover and pressed states. For a palette, the analogous pair #F4D1BA and #DDF4BA stays calm, while #BAC0F4 is the loudest partner.

What is #f4eeba in CMYK for printing?

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

Is #f4eeba warm or cool?

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

Work with #f4eeba in the Color Lab