Skip to content

#fdfb5a

a light, electric yellow · warm · closest name: Yellow

RGB
253, 251, 90
HSL
59°, 98%, 67%
CMYK
0, 1, 64, 1
Luminance
0.9062

At a glance

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

Hex
#fdfb5a
Hue
59°
yellow
Saturation
98%
electric
Lightness
67%
light
Brightness
99%
HSV value
Perceived
94%
weighted brightness
Luminance
0.9062
WCAG relative
Temperature
Warm
24/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
19.12:1
Closest name
Yellow
ΔE2000 4.3
Where it sits
Hue59° of 360°
Saturation98%
Lightness67%
Temperature
Warm ← → Cool24% 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#fdfb5a
RGBrgb(253, 251, 90)
HSLhsl(59, 98%, 67%)
CMYKcmyk(0%, 1%, 64%, 1%)
LABlab(96.3 -18.0 74.2)
LCHlch(96.3 76.4 103.7)
OKLCHoklch(0.962 0.176 108.6)
Decimal16644954
Display P3color(display-p3 0.992 0.984 0.353)

Copy-ready code

/* CSS */
color: #fdfb5a;
background-color: #fdfb5a;
/* Tailwind (arbitrary) */
class="text-[#fdfb5a] bg-[#fdfb5a]"
/* SCSS */
$brand: #fdfb5a;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.353)
/* Android */
Color.parseColor("#fdfb5a")
/* Flutter */
Color(0xFFFDFB5A)
/* Python / OpenCV (BGR) */
(90, 251, 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 #fdfb5a · 19.12:1
Use #000000AAA at every size.
Aa
White text · 1.10:1
AA fail · AA large fail · AAA fail
Aa
Black text · 19.12:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #fdfb5a as text scores 1.10:1 on white and 19.12:1 on black.

Accessibility — WCAG contrast

Aa
#fdfb5a on white: 1.10:1
AA ✗ fail · AA-large · AAA
Aa
#fdfb5a on black: 19.12:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFF144
deuteranopia · #FFF765
tritanopia · #FFECDA

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #fdfb5a is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FDFDF1
#FCFCE4
#FBFAC1
#FEFC90
#fdfb5a
#FCFA21
#F2EF03
#CAC702
#A19F02
#747306
#494804
Base = 400Lightest = 50 · #FDFDF1Darkest = 950 · #494804
:root {
  --brand-50: #FDFDF1;
  --brand-100: #FCFCE4;
  --brand-200: #FBFAC1;
  --brand-300: #FEFC90;
  --brand-400: #fdfb5a;
  --brand-500: #FCFA21;
  --brand-600: #F2EF03;
  --brand-700: #CAC702;
  --brand-800: #A19F02;
  --brand-900: #747306;
  --brand-950: #494804;
  --brand: #fdfb5a;
  --brand-ink: #000000;
}

Colors that work with #fdfb5a

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#EDECC0
Hairlines and dividers
Muted text#9B9A4B
Captions on the surface
Accent#5884FF
Second voice, not a rival
Dark variant#7E7D02
Hover, pressed, headers
Light variant#FFFEE6
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 #fdfb5a

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#5A5CFD
Analogous left#FDAA5A
Analogous right#AEFD5A
Split-complement 1#5AAEFD
Split-complement 2#AA5AFD
Triadic 1#5AFDFB
Triadic 2#FB5AFD
Tetradic#5AFDAA

RGB percentages

Red99.2%
Green98.4%
Blue35.3%

CMYK percentages

Cyan0.0%
Magenta0.8%
Yellow64.4%
Key (black)0.8%

Color previews

#fdfb5a text on a black background

contrast 19.12:1

Card sample

#fdfb5a text on a white background

contrast 1.10:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(253, 251, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfb5a;
background: linear-gradient(135deg, #fdfb5a, #92FD5A);

Monochromatic scale

Palettes built from #fdfb5a

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.

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

#fdfb5a, answered

What color is #fdfb5a?

#fdfb5a is a light electric yellow, closest to Yellow (ΔE2000 4.3). It sits at 59° on the hue wheel with 98% saturation and 67% lightness, which reads as warm.

What is the RGB value of #fdfb5a?

rgb(253, 251, 90) — 253 red, 251 green and 90 blue out of 255, or 99.2% / 98.4% / 35.3% by channel.

Is #fdfb5a a light or a dark color?

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

Should I use black or white text on #fdfb5a?

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

What is the complementary color of #fdfb5a?

#5A5CFD sits directly opposite on the wheel. Softer options are the split-complements #5AAEFD and #AA5AFD, which give the same contrast with far less vibration.

What colors go well with #fdfb5a?

For interface work: #FAFAF4 as the surface, #EDECC0 for borders, #9B9A4B for secondary text, #5884FF as an accent and #7E7D02 for hover and pressed states. For a palette, the analogous pair #FDAA5A and #AEFD5A stays calm, while #5A5CFD is the loudest partner.

What is #fdfb5a in CMYK for printing?

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

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

Work with #fdfb5a in the Color Lab