Skip to content

#fdfab3

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

RGB
253, 250, 179
HSL
58°, 95%, 85%
CMYK
0, 1, 29, 1
Luminance
0.9251

At a glance

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

Hex
#fdfab3
Hue
58°
yellow
Saturation
95%
electric
Lightness
85%
light
Brightness
99%
HSV value
Perceived
96%
weighted brightness
Luminance
0.9251
WCAG relative
Temperature
Warm
23/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
19.50:1
Closest name
Pale Goldenrod
ΔE2000 4
Where it sits
Hue58° of 360°
Saturation95%
Lightness85%
Temperature
Warm ← → Cool23% 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#fdfab3
RGBrgb(253, 250, 179)
HSLhsl(58, 95%, 85%)
CMYKcmyk(0%, 1%, 29%, 1%)
LABlab(97.0 -9.6 34.5)
LCHlch(97.0 35.8 105.5)
OKLCHoklch(0.971 0.090 105.9)
Decimal16644787
Display P3color(display-p3 0.992 0.980 0.702)

Copy-ready code

/* CSS */
color: #fdfab3;
background-color: #fdfab3;
/* Tailwind (arbitrary) */
class="text-[#fdfab3] bg-[#fdfab3]"
/* SCSS */
$brand: #fdfab3;
/* SwiftUI */
Color(red: 0.992, green: 0.980, blue: 0.702)
/* Android */
Color.parseColor("#fdfab3")
/* Flutter */
Color(0xFFFDFAB3)
/* Python / OpenCV (BGR) */
(179, 250, 253)

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

Accessibility — WCAG contrast

Aa
#fdfab3 on white: 1.08:1
AA ✗ fail · AA-large · AAA
Aa
#fdfab3 on black: 19.50:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFF4AE
deuteranopia · #FFF8B6
tritanopia · #FFF1E7

Color scale — 50 to 950

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

#FDFDF1
#FBFBE4
#fdfab3
#FCF892
#FBF45B
#F9F124
#EFE506
#C7BF05
#9F9904
#736E08
#484505
Base = 200Lightest = 50 · #FDFDF1Darkest = 950 · #484505
:root {
  --brand-50: #FDFDF1;
  --brand-100: #FBFBE4;
  --brand-200: #fdfab3;
  --brand-300: #FCF892;
  --brand-400: #FBF45B;
  --brand-500: #F9F124;
  --brand-600: #EFE506;
  --brand-700: #C7BF05;
  --brand-800: #9F9904;
  --brand-900: #736E08;
  --brand-950: #484505;
  --brand: #fdfab3;
  --brand-ink: #000000;
}

Colors that work with #fdfab3

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#EDEBC0
Hairlines and dividers
Muted text#9B984B
Captions on the surface
Accent#003CCC
Second voice, not a rival
Dark variant#7C7703
Hover, pressed, headers
Light variant#FEFDE6
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 #fdfab3

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#B3B6FD
Analogous left#FDD5B3
Analogous right#DBFDB3
Split-complement 1#B3DBFD
Split-complement 2#D5B3FD
Triadic 1#B3FDFA
Triadic 2#FAB3FD
Tetradic#B3FDD5

RGB percentages

Red99.2%
Green98.0%
Blue70.2%

CMYK percentages

Cyan0.0%
Magenta1.2%
Yellow29.2%
Key (black)0.8%

Color previews

#fdfab3 text on a black background

contrast 19.50:1

Card sample

#fdfab3 text on a white background

contrast 1.08:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(253, 250, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 250, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfab3;
background: linear-gradient(135deg, #fdfab3, #CFFDB3);

Monochromatic scale

Palettes built from #fdfab3

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.

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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#fdfab3, answered

What color is #fdfab3?

#fdfab3 is a light electric yellow, closest to Pale Goldenrod (ΔE2000 4). It sits at 58° on the hue wheel with 95% saturation and 85% lightness, which reads as warm.

What is the RGB value of #fdfab3?

rgb(253, 250, 179) — 253 red, 250 green and 179 blue out of 255, or 99.2% / 98% / 70.2% by channel.

Is #fdfab3 a light or a dark color?

It is a light color. Relative luminance is 0.9251 and perceived brightness is 96%, so black text on it reaches 19.50:1.

Should I use black or white text on #fdfab3?

Black. It scores 19.50:1 against #fdfab3, versus 1.08:1 for white — AAA at any size.

What is the complementary color of #fdfab3?

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

What colors go well with #fdfab3?

For interface work: #FAFAF4 as the surface, #EDEBC0 for borders, #9B984B for secondary text, #003CCC as an accent and #7C7703 for hover and pressed states. For a palette, the analogous pair #FDD5B3 and #DBFDB3 stays calm, while #B3B6FD is the loudest partner.

What is #fdfab3 in CMYK for printing?

cmyk(0%, 1%, 29%, 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 #fdfab3 warm or cool?

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

Work with #fdfab3 in the Color Lab