Skip to content

#f4f85f

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

RGB
244, 248, 95
HSL
62°, 92%, 67%
CMYK
2, 0, 62, 3
Luminance
0.8719

At a glance

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

Hex
#f4f85f
Hue
62°
yellow
Saturation
92%
electric
Lightness
67%
light
Brightness
97%
HSV value
Perceived
92%
weighted brightness
Luminance
0.8719
WCAG relative
Temperature
Warm
26/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
18.44:1
Closest name
Yellow
ΔE2000 5.5
Where it sits
Hue62° of 360°
Saturation92%
Lightness67%
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#f4f85f
RGBrgb(244, 248, 95)
HSLhsl(62, 92%, 67%)
CMYKcmyk(2%, 0%, 62%, 3%)
LABlab(94.8 -19.9 70.6)
LCHlch(94.8 73.3 105.7)
OKLCHoklch(0.949 0.172 110.7)
Decimal16054367
Display P3color(display-p3 0.957 0.973 0.373)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#f4f85f on white: 1.14:1
AA ✗ fail · AA-large · AAA
Aa
#f4f85f on black: 18.44:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFEE4C
deuteranopia · #FFF269
tritanopia · #FFEAD8

Color scale — 50 to 950

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

#FDFDF2
#FAFBE4
#F7F9C3
#F8FA94
#f4f85f
#F0F628
#E5EB0A
#BEC309
#989C07
#6E710A
#454606
Base = 400Lightest = 50 · #FDFDF2Darkest = 950 · #454606
:root {
  --brand-50: #FDFDF2;
  --brand-100: #FAFBE4;
  --brand-200: #F7F9C3;
  --brand-300: #F8FA94;
  --brand-400: #f4f85f;
  --brand-500: #F0F628;
  --brand-600: #E5EB0A;
  --brand-700: #BEC309;
  --brand-800: #989C07;
  --brand-900: #6E710A;
  --brand-950: #454606;
  --brand: #f4f85f;
  --brand-ink: #000000;
}

Colors that work with #f4f85f

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#EBEDC0
Hairlines and dividers
Muted text#999B4B
Captions on the surface
Accent#5C80FB
Second voice, not a rival
Dark variant#777A05
Hover, pressed, headers
Light variant#FDFEE7
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 #f4f85f

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#635FF8
Analogous left#F8B05F
Analogous right#A8F85F
Split-complement 1#5FA8F8
Split-complement 2#B05FF8
Triadic 1#5FF4F8
Triadic 2#F85FF4
Tetradic#5FF8B0

RGB percentages

Red95.7%
Green97.3%
Blue37.3%

CMYK percentages

Cyan1.6%
Magenta0.0%
Yellow61.7%
Key (black)2.7%

Color previews

#f4f85f text on a black background

contrast 18.44:1

Card sample

#f4f85f text on a white background

contrast 1.14:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f4f85f

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.

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

#f4f85f, answered

What color is #f4f85f?

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

What is the RGB value of #f4f85f?

rgb(244, 248, 95) — 244 red, 248 green and 95 blue out of 255, or 95.7% / 97.3% / 37.3% by channel.

Is #f4f85f a light or a dark color?

It is a light color. Relative luminance is 0.8719 and perceived brightness is 92%, so black text on it reaches 18.44:1.

Should I use black or white text on #f4f85f?

Black. It scores 18.44:1 against #f4f85f, versus 1.14:1 for white — AAA at any size.

What is the complementary color of #f4f85f?

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

What colors go well with #f4f85f?

For interface work: #FAFAF4 as the surface, #EBEDC0 for borders, #999B4B for secondary text, #5C80FB as an accent and #777A05 for hover and pressed states. For a palette, the analogous pair #F8B05F and #A8F85F stays calm, while #635FF8 is the loudest partner.

What is #f4f85f in CMYK for printing?

cmyk(2%, 0%, 62%, 3%). 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 #f4f85f 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 #F8C45F; nudged cooler, #BCFA5E.

Work with #f4f85f in the Color Lab