Skip to content

#f3bba4

a light, electric orange · warm · closest name: Light Salmon

RGB
243, 187, 164
HSL
18°, 77%, 80%
CMYK
0, 23, 33, 5
Luminance
0.5728

At a glance

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

Hex
#f3bba4
Hue
18°
orange
Saturation
77%
electric
Lightness
80%
light
Brightness
95%
HSV value
Perceived
80%
weighted brightness
Luminance
0.5728
WCAG relative
Temperature
Warm
7/100 cool
Color family
Orange
Tone
Electric
Best ink
Black
12.46:1
Closest name
Light Salmon
ΔE2000 8.9
Where it sits
Hue18° of 360°
Saturation77%
Lightness80%
Temperature
Warm ← → Cool7% 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#f3bba4
RGBrgb(243, 187, 164)
HSLhsl(18, 77%, 80%)
CMYKcmyk(0%, 23%, 33%, 5%)
LABlab(80.3 17.1 19.4)
LCHlch(80.3 25.9 48.7)
OKLCHoklch(0.837 0.072 43.4)
Decimal15973284
Display P3color(display-p3 0.953 0.733 0.643)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#f3bba4 on white: 1.69:1
AA ✗ fail · AA-large · AAA
Aa
#f3bba4 on black: 12.46:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C9C0A2
deuteranopia · #D6CCA4
tritanopia · #FFB2B5

Color scale — 50 to 950

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

#FCF5F3
#F9ECE7
#F4D5C7
#f3bba4
#EB906A
#E56B39
#D8531D
#B44518
#903813
#682B12
#411B0B
Base = 300Lightest = 50 · #FCF5F3Darkest = 950 · #411B0B
:root {
  --brand-50: #FCF5F3;
  --brand-100: #F9ECE7;
  --brand-200: #F4D5C7;
  --brand-300: #f3bba4;
  --brand-400: #EB906A;
  --brand-500: #E56B39;
  --brand-600: #D8531D;
  --brand-700: #B44518;
  --brand-800: #903813;
  --brand-900: #682B12;
  --brand-950: #411B0B;
  --brand: #f3bba4;
  --brand-ink: #000000;
}

Colors that work with #f3bba4

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#FAF6F4
Tinted page background
Border#EDCDC0
Hairlines and dividers
Muted text#9B624B
Captions on the surface
Accent#14B2B8
Second voice, not a rival
Dark variant#712B0F
Hover, pressed, headers
Light variant#FCEEE8
Selected rows, tints
Dark surface#241914
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 #f3bba4

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
  • 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#A4DCF3
Analogous left#F3A4B4
Analogous right#F3E3A4
Split-complement 1#A4F3E3
Split-complement 2#A4B4F3
Triadic 1#A4F3BB
Triadic 2#BBA4F3
Tetradic#B4F3A4

RGB percentages

Red95.3%
Green73.3%
Blue64.3%

CMYK percentages

Cyan0.0%
Magenta23.0%
Yellow32.5%
Key (black)4.7%

Color previews

#f3bba4 text on a black background

contrast 12.46:1

Card sample

#f3bba4 text on a white background

contrast 1.69:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f3bba4

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.

#f3bba4 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
E-commerceFood deliveryLogisticsCreator tools
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#f3bba4, answered

What color is #f3bba4?

#f3bba4 is a light electric orange, closest to Light Salmon (ΔE2000 8.9). It sits at 18° on the hue wheel with 77% saturation and 80% lightness, which reads as warm.

What is the RGB value of #f3bba4?

rgb(243, 187, 164) — 243 red, 187 green and 164 blue out of 255, or 95.3% / 73.3% / 64.3% by channel.

Is #f3bba4 a light or a dark color?

It is a light color. Relative luminance is 0.5728 and perceived brightness is 80%, so black text on it reaches 12.46:1.

Should I use black or white text on #f3bba4?

Black. It scores 12.46:1 against #f3bba4, versus 1.69:1 for white — AAA at any size.

What is the complementary color of #f3bba4?

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

What colors go well with #f3bba4?

For interface work: #FAF6F4 as the surface, #EDCDC0 for borders, #9B624B for secondary text, #14B2B8 as an accent and #712B0F for hover and pressed states. For a palette, the analogous pair #F3A4B4 and #F3E3A4 stays calm, while #A4DCF3 is the loudest partner.

What is #f3bba4 in CMYK for printing?

cmyk(0%, 23%, 33%, 5%). 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 #f3bba4 warm or cool?

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

Work with #f3bba4 in the Color Lab