Skip to content

#f4f5bd

a pale, vivid yellow · warm · closest name: Lemon Chiffon

RGB
244, 245, 189
HSL
61°, 74%, 85%
CMYK
0, 0, 23, 4
Luminance
0.8821

At a glance

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

Hex
#f4f5bd
Hue
61°
yellow
Saturation
74%
vivid
Lightness
85%
pale
Brightness
96%
HSV value
Perceived
94%
weighted brightness
Luminance
0.8821
WCAG relative
Temperature
Warm
26/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
18.64:1
Closest name
Lemon Chiffon
ΔE2000 3.6
Where it sits
Hue61° of 360°
Saturation74%
Lightness85%
Temperature
Warm ← → Cool26% 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#f4f5bd
RGBrgb(244, 245, 189)
HSLhsl(61, 74%, 85%)
CMYKcmyk(0%, 0%, 23%, 4%)
LABlab(95.3 -9.1 26.9)
LCHlch(95.3 28.4 108.7)
OKLCHoklch(0.956 0.072 108.5)
Decimal16053693
Display P3color(display-p3 0.957 0.961 0.741)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#f4f5bd on white: 1.13:1
AA ✗ fail · AA-large · AAA
Aa
#f4f5bd on black: 18.64:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FEF0B9
deuteranopia · #FFF2BF
tritanopia · #FCEEE6

Color scale — 50 to 950

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

#FCFCF3
#F8F8E7
#f4f5bd
#EFF09E
#E7E96D
#DEE13C
#D1D520
#AEB11B
#8C8E15
#656714
#3F400C
Base = 200Lightest = 50 · #FCFCF3Darkest = 950 · #3F400C
:root {
  --brand-50: #FCFCF3;
  --brand-100: #F8F8E7;
  --brand-200: #f4f5bd;
  --brand-300: #EFF09E;
  --brand-400: #E7E96D;
  --brand-500: #DEE13C;
  --brand-600: #D1D520;
  --brand-700: #AEB11B;
  --brand-800: #8C8E15;
  --brand-900: #656714;
  --brand-950: #3F400C;
  --brand: #f4f5bd;
  --brand-ink: #000000;
}

Colors that work with #f4f5bd

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#ECEDC0
Hairlines and dividers
Muted text#999B4B
Captions on the surface
Accent#163BB6
Second voice, not a rival
Dark variant#6D6F11
Hover, pressed, headers
Light variant#FBFCE9
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 #f4f5bd

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#BEBDF5
Analogous left#F5DABD
Analogous right#D8F5BD
Split-complement 1#BDD8F5
Split-complement 2#DABDF5
Triadic 1#BDF4F5
Triadic 2#F5BDF4
Tetradic#BDF5DA

RGB percentages

Red95.7%
Green96.1%
Blue74.1%

CMYK percentages

Cyan0.4%
Magenta0.0%
Yellow22.9%
Key (black)3.9%

Color previews

#f4f5bd text on a black background

contrast 18.64:1

Card sample

#f4f5bd text on a white background

contrast 1.13:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f4f5bd

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.

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

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#f4f5bd, answered

What color is #f4f5bd?

#f4f5bd is a pale vivid yellow, closest to Lemon Chiffon (ΔE2000 3.6). It sits at 61° on the hue wheel with 74% saturation and 85% lightness, which reads as warm.

What is the RGB value of #f4f5bd?

rgb(244, 245, 189) — 244 red, 245 green and 189 blue out of 255, or 95.7% / 96.1% / 74.1% by channel.

Is #f4f5bd a light or a dark color?

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

Should I use black or white text on #f4f5bd?

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

What is the complementary color of #f4f5bd?

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

What colors go well with #f4f5bd?

For interface work: #FAFAF4 as the surface, #ECEDC0 for borders, #999B4B for secondary text, #163BB6 as an accent and #6D6F11 for hover and pressed states. For a palette, the analogous pair #F5DABD and #D8F5BD stays calm, while #BEBDF5 is the loudest partner.

What is #f4f5bd in CMYK for printing?

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

Is #f4f5bd warm or cool?

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

Work with #f4f5bd in the Color Lab