Skip to content

#f5fd5b

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

RGB
245, 253, 91
HSL
63°, 98%, 68%
CMYK
3, 0, 64, 1
Luminance
0.9042

At a glance

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

Hex
#f5fd5b
Hue
63°
yellow
Saturation
98%
electric
Lightness
68%
light
Brightness
99%
HSV value
Perceived
93%
weighted brightness
Luminance
0.9042
WCAG relative
Temperature
Warm
28/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
19.08:1
Closest name
Yellow
ΔE2000 5
Where it sits
Hue63° of 360°
Saturation98%
Lightness68%
Temperature
Warm ← → Cool28% 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#f5fd5b
RGBrgb(245, 253, 91)
HSLhsl(63, 98%, 68%)
CMYKcmyk(3%, 0%, 64%, 1%)
LABlab(96.2 -22.1 73.6)
LCHlch(96.2 76.8 106.7)
OKLCHoklch(0.959 0.179 112.0)
Decimal16121179
Display P3color(display-p3 0.961 0.992 0.357)

Copy-ready code

/* CSS */
color: #f5fd5b;
background-color: #f5fd5b;
/* Tailwind (arbitrary) */
class="text-[#f5fd5b] bg-[#f5fd5b]"
/* SCSS */
$brand: #f5fd5b;
/* SwiftUI */
Color(red: 0.961, green: 0.992, blue: 0.357)
/* Android */
Color.parseColor("#f5fd5b")
/* Flutter */
Color(0xFFF5FD5B)
/* Python / OpenCV (BGR) */
(91, 253, 245)

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

Accessibility — WCAG contrast

Aa
#f5fd5b on white: 1.10:1
AA ✗ fail · AA-large · AAA
Aa
#f5fd5b on black: 19.08:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFF245
deuteranopia · #FFF666
tritanopia · #FFEEDC

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #f5fd5b 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
#FBFCE4
#F8FBC1
#F8FE90
#f5fd5b
#F1FC21
#E6F203
#C0CA02
#99A102
#6F7406
#454904
Base = 400Lightest = 50 · #FDFDF1Darkest = 950 · #454904
:root {
  --brand-50: #FDFDF1;
  --brand-100: #FBFCE4;
  --brand-200: #F8FBC1;
  --brand-300: #F8FE90;
  --brand-400: #f5fd5b;
  --brand-500: #F1FC21;
  --brand-600: #E6F203;
  --brand-700: #C0CA02;
  --brand-800: #99A102;
  --brand-900: #6F7406;
  --brand-950: #454904;
  --brand: #f5fd5b;
  --brand-ink: #000000;
}

Colors that work with #f5fd5b

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#EAEDC0
Hairlines and dividers
Muted text#979B4B
Captions on the surface
Accent#597AFF
Second voice, not a rival
Dark variant#787E02
Hover, pressed, headers
Light variant#FDFFE6
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 #f5fd5b

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#635BFD
Analogous left#FDB45B
Analogous right#A4FD5B
Split-complement 1#5BA4FD
Split-complement 2#B45BFD
Triadic 1#5BF5FD
Triadic 2#FD5BF5
Tetradic#5BFDB4

RGB percentages

Red96.1%
Green99.2%
Blue35.7%

CMYK percentages

Cyan3.2%
Magenta0.0%
Yellow64.0%
Key (black)0.8%

Color previews

#f5fd5b text on a black background

contrast 19.08:1

Card sample

#f5fd5b text on a white background

contrast 1.10:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(245, 253, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 253, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fd5b;
background: linear-gradient(135deg, #f5fd5b, #89FD5B);

Monochromatic scale

Palettes built from #f5fd5b

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.

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

#f5fd5b, answered

What color is #f5fd5b?

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

What is the RGB value of #f5fd5b?

rgb(245, 253, 91) — 245 red, 253 green and 91 blue out of 255, or 96.1% / 99.2% / 35.7% by channel.

Is #f5fd5b a light or a dark color?

It is a light color. Relative luminance is 0.9042 and perceived brightness is 93%, so black text on it reaches 19.08:1.

Should I use black or white text on #f5fd5b?

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

What is the complementary color of #f5fd5b?

#635BFD sits directly opposite on the wheel. Softer options are the split-complements #5BA4FD and #B45BFD, which give the same contrast with far less vibration.

What colors go well with #f5fd5b?

For interface work: #FAFAF4 as the surface, #EAEDC0 for borders, #979B4B for secondary text, #597AFF as an accent and #787E02 for hover and pressed states. For a palette, the analogous pair #FDB45B and #A4FD5B stays calm, while #635BFD is the loudest partner.

What is #f5fd5b in CMYK for printing?

cmyk(3%, 0%, 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 #f5fd5b warm or cool?

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

Work with #f5fd5b in the Color Lab