Skip to content

#f3f4ab

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

RGB
243, 244, 171
HSL
61°, 77%, 81%
CMYK
0, 0, 30, 4
Luminance
0.8670

At a glance

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

Hex
#f3f4ab
Hue
61°
yellow
Saturation
77%
electric
Lightness
81%
light
Brightness
96%
HSV value
Perceived
93%
weighted brightness
Luminance
0.8670
WCAG relative
Temperature
Warm
26/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
18.34:1
Closest name
Pale Goldenrod
ΔE2000 3.5
Where it sits
Hue61° of 360°
Saturation77%
Lightness81%
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#f3f4ab
RGBrgb(243, 244, 171)
HSLhsl(61, 77%, 81%)
CMYKcmyk(0%, 0%, 30%, 4%)
LABlab(94.6 -11.3 35.2)
LCHlch(94.6 37.0 107.9)
OKLCHoklch(0.950 0.092 108.7)
Decimal15987883
Display P3color(display-p3 0.953 0.957 0.671)

Copy-ready code

/* CSS */
color: #f3f4ab;
background-color: #f3f4ab;
/* Tailwind (arbitrary) */
class="text-[#f3f4ab] bg-[#f3f4ab]"
/* SCSS */
$brand: #f3f4ab;
/* SwiftUI */
Color(red: 0.953, green: 0.957, blue: 0.671)
/* Android */
Color.parseColor("#f3f4ab")
/* Flutter */
Color(0xFFF3F4AB)
/* Python / OpenCV (BGR) */
(171, 244, 243)

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

Accessibility — WCAG contrast

Aa
#f3f4ab on white: 1.15:1
AA ✗ fail · AA-large · AAA
Aa
#f3f4ab on black: 18.34:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFEEA6
deuteranopia · #FFF1AE
tritanopia · #FDEBE1

Color scale — 50 to 950

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

#FCFCF3
#F9F9E7
#F4F4C7
#f3f4ab
#EAEB6A
#E3E539
#D6D81C
#B2B418
#8F9013
#676812
#41410B
Base = 300Lightest = 50 · #FCFCF3Darkest = 950 · #41410B
:root {
  --brand-50: #FCFCF3;
  --brand-100: #F9F9E7;
  --brand-200: #F4F4C7;
  --brand-300: #f3f4ab;
  --brand-400: #EAEB6A;
  --brand-500: #E3E539;
  --brand-600: #D6D81C;
  --brand-700: #B2B418;
  --brand-800: #8F9013;
  --brand-900: #676812;
  --brand-950: #41410B;
  --brand: #f3f4ab;
  --brand-ink: #000000;
}

Colors that work with #f3f4ab

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#ECEDC0
Hairlines and dividers
Muted text#9A9B4B
Captions on the surface
Accent#133AB9
Second voice, not a rival
Dark variant#6F710F
Hover, pressed, headers
Light variant#FCFCE8
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 #f3f4ab

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#ACABF4
Analogous left#F4D1AB
Analogous right#CFF4AB
Split-complement 1#ABCFF4
Split-complement 2#D1ABF4
Triadic 1#ABF3F4
Triadic 2#F4ABF3
Tetradic#ABF4D1

RGB percentages

Red95.3%
Green95.7%
Blue67.1%

CMYK percentages

Cyan0.4%
Magenta0.0%
Yellow29.9%
Key (black)4.3%

Color previews

#f3f4ab text on a black background

contrast 18.34:1

Card sample

#f3f4ab text on a white background

contrast 1.15:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f3f4ab

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.

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

#f3f4ab, answered

What color is #f3f4ab?

#f3f4ab is a light electric yellow, closest to Pale Goldenrod (ΔE2000 3.5). It sits at 61° on the hue wheel with 77% saturation and 81% lightness, which reads as warm.

What is the RGB value of #f3f4ab?

rgb(243, 244, 171) — 243 red, 244 green and 171 blue out of 255, or 95.3% / 95.7% / 67.1% by channel.

Is #f3f4ab a light or a dark color?

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

Should I use black or white text on #f3f4ab?

Black. It scores 18.34:1 against #f3f4ab, versus 1.15:1 for white — AAA at any size.

What is the complementary color of #f3f4ab?

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

What colors go well with #f3f4ab?

For interface work: #FAFAF4 as the surface, #ECEDC0 for borders, #9A9B4B for secondary text, #133AB9 as an accent and #6F710F for hover and pressed states. For a palette, the analogous pair #F4D1AB and #CFF4AB stays calm, while #ACABF4 is the loudest partner.

What is #f3f4ab in CMYK for printing?

cmyk(0%, 0%, 30%, 4%). 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 #f3f4ab 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 #F4DAAB; nudged cooler, #D9F5AA.

Work with #f3f4ab in the Color Lab