Skip to content

#faf3af

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

RGB
250, 243, 175
HSL
54°, 88%, 83%
CMYK
0, 3, 30, 2
Luminance
0.8752

At a glance

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

Hex
#faf3af
Hue
54°
yellow
Saturation
88%
electric
Lightness
83%
light
Brightness
98%
HSV value
Perceived
93%
weighted brightness
Luminance
0.8752
WCAG relative
Temperature
Warm
20/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
18.50:1
Closest name
Pale Goldenrod
ΔE2000 2.6
Where it sits
Hue54° of 360°
Saturation88%
Lightness83%
Temperature
Warm ← → Cool20% 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#faf3af
RGBrgb(250, 243, 175)
HSLhsl(54, 88%, 83%)
CMYKcmyk(0%, 3%, 30%, 2%)
LABlab(95.0 -7.7 33.7)
LCHlch(95.0 34.6 102.9)
OKLCHoklch(0.954 0.086 102.9)
Decimal16446383
Display P3color(display-p3 0.980 0.953 0.686)

Copy-ready code

/* CSS */
color: #faf3af;
background-color: #faf3af;
/* Tailwind (arbitrary) */
class="text-[#faf3af] bg-[#faf3af]"
/* SCSS */
$brand: #faf3af;
/* SwiftUI */
Color(red: 0.980, green: 0.953, blue: 0.686)
/* Android */
Color.parseColor("#faf3af")
/* Flutter */
Color(0xFFFAF3AF)
/* Python / OpenCV (BGR) */
(175, 243, 250)

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

Accessibility — WCAG contrast

Aa
#faf3af on white: 1.13:1
AA ✗ fail · AA-large · AAA
Aa
#faf3af on black: 18.50:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFEEAA
deuteranopia · #FFF2B2
tritanopia · #FFEAE1

Color scale — 50 to 950

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

#FDFCF2
#FAF8E5
#faf3af
#F8EF95
#F5E761
#F2DF2C
#E6D20E
#C0AF0C
#9A8C0A
#6F660C
#453F07
Base = 200Lightest = 50 · #FDFCF2Darkest = 950 · #453F07
:root {
  --brand-50: #FDFCF2;
  --brand-100: #FAF8E5;
  --brand-200: #faf3af;
  --brand-300: #F8EF95;
  --brand-400: #F5E761;
  --brand-500: #F2DF2C;
  --brand-600: #E6D20E;
  --brand-700: #C0AF0C;
  --brand-800: #9A8C0A;
  --brand-900: #6F660C;
  --brand-950: #453F07;
  --brand: #faf3af;
  --brand-ink: #000000;
}

Colors that work with #faf3af

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#EDE8C0
Hairlines and dividers
Muted text#9B934B
Captions on the surface
Accent#0748C5
Second voice, not a rival
Dark variant#786D08
Hover, pressed, headers
Light variant#FDFBE7
Selected rows, tints
Dark surface#242314
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 #faf3af

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#AFB6FA
Analogous left#FACDAF
Analogous right#DBFAAF
Split-complement 1#AFDBFA
Split-complement 2#CDAFFA
Triadic 1#AFFAF3
Triadic 2#F3AFFA
Tetradic#AFFACD

RGB percentages

Red98.0%
Green95.3%
Blue68.6%

CMYK percentages

Cyan0.0%
Magenta2.8%
Yellow30.0%
Key (black)2.0%

Color previews

#faf3af text on a black background

contrast 18.50:1

Card sample

#faf3af text on a white background

contrast 1.13:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #faf3af

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.

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

#faf3af, answered

What color is #faf3af?

#faf3af is a light electric yellow, closest to Pale Goldenrod (ΔE2000 2.6). It sits at 54° on the hue wheel with 88% saturation and 83% lightness, which reads as warm.

What is the RGB value of #faf3af?

rgb(250, 243, 175) — 250 red, 243 green and 175 blue out of 255, or 98% / 95.3% / 68.6% by channel.

Is #faf3af a light or a dark color?

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

Should I use black or white text on #faf3af?

Black. It scores 18.50:1 against #faf3af, versus 1.13:1 for white — AAA at any size.

What is the complementary color of #faf3af?

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

What colors go well with #faf3af?

For interface work: #FAFAF4 as the surface, #EDE8C0 for borders, #9B934B for secondary text, #0748C5 as an accent and #786D08 for hover and pressed states. For a palette, the analogous pair #FACDAF and #DBFAAF stays calm, while #AFB6FA is the loudest partner.

What is #faf3af in CMYK for printing?

cmyk(0%, 3%, 30%, 2%). 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 #faf3af warm or cool?

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

Work with #faf3af in the Color Lab