Skip to content

#fdfb6a

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

RGB
253, 251, 106
HSL
59°, 97%, 70%
CMYK
0, 1, 58, 1
Luminance
0.9092

At a glance

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

Hex
#fdfb6a
Hue
59°
yellow
Saturation
97%
electric
Lightness
70%
light
Brightness
99%
HSV value
Perceived
94%
weighted brightness
Luminance
0.9092
WCAG relative
Temperature
Warm
24/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
19.18:1
Closest name
Yellow
ΔE2000 5.7
Where it sits
Hue59° of 360°
Saturation97%
Lightness70%
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#fdfb6a
RGBrgb(253, 251, 106)
HSLhsl(59, 97%, 70%)
CMYKcmyk(0%, 1%, 58%, 1%)
LABlab(96.4 -17.1 68.0)
LCHlch(96.4 70.1 104.1)
OKLCHoklch(0.963 0.165 108.4)
Decimal16644970
Display P3color(display-p3 0.992 0.984 0.416)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#fdfb6a on white: 1.09:1
AA ✗ fail · AA-large · AAA
Aa
#fdfb6a on black: 19.18:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFF25A
deuteranopia · #FFF772
tritanopia · #FFECDC

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #fdfb6a 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
#fdfb6a
#FCF922
#F2EE03
#C9C703
#A19F02
#747306
#494804
Base = 400Lightest = 50 · #FDFDF1Darkest = 950 · #494804
:root {
  --brand-50: #FDFDF1;
  --brand-100: #FCFCE4;
  --brand-200: #FBFAC1;
  --brand-300: #FEFC90;
  --brand-400: #fdfb6a;
  --brand-500: #FCF922;
  --brand-600: #F2EE03;
  --brand-700: #C9C703;
  --brand-800: #A19F02;
  --brand-900: #747306;
  --brand-950: #494804;
  --brand: #fdfb6a;
  --brand-ink: #000000;
}

Colors that work with #fdfb6a

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#0036CC
Second voice, not a rival
Dark variant#7E7C02
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 #fdfb6a

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#6A6CFD
Analogous left#FDB26A
Analogous right#B5FD6A
Split-complement 1#6AB5FD
Split-complement 2#B26AFD
Triadic 1#6AFDFB
Triadic 2#FB6AFD
Tetradic#6AFDB2

RGB percentages

Red99.2%
Green98.4%
Blue41.6%

CMYK percentages

Cyan0.0%
Magenta0.8%
Yellow58.1%
Key (black)0.8%

Color previews

#fdfb6a text on a black background

contrast 19.18:1

Card sample

#fdfb6a text on a white background

contrast 1.09:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #fdfb6a

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.

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

#fdfb6a, answered

What color is #fdfb6a?

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

What is the RGB value of #fdfb6a?

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

Is #fdfb6a a light or a dark color?

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

Should I use black or white text on #fdfb6a?

Black. It scores 19.18:1 against #fdfb6a, versus 1.09:1 for white — AAA at any size.

What is the complementary color of #fdfb6a?

#6A6CFD sits directly opposite on the wheel. Softer options are the split-complements #6AB5FD and #B26AFD, which give the same contrast with far less vibration.

What colors go well with #fdfb6a?

For interface work: #FAFAF4 as the surface, #EDECC0 for borders, #9B9A4B for secondary text, #0036CC as an accent and #7E7C02 for hover and pressed states. For a palette, the analogous pair #FDB26A and #B5FD6A stays calm, while #6A6CFD is the loudest partner.

What is #fdfb6a in CMYK for printing?

cmyk(0%, 1%, 58%, 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 #fdfb6a 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 #FDC96A; nudged cooler, #CAFF68.

Work with #fdfb6a in the Color Lab