Skip to content

#f5ba9b

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

RGB
245, 186, 155
HSL
21°, 82%, 78%
CMYK
0, 24, 37, 4
Luminance
0.5690

At a glance

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

Hex
#f5ba9b
Hue
21°
orange
Saturation
82%
electric
Lightness
78%
light
Brightness
96%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5690
WCAG relative
Temperature
Warm
5/100 cool
Color family
Orange
Tone
Electric
Best ink
Black
12.38:1
Closest name
Light Salmon
ΔE2000 8.1
Where it sits
Hue21° of 360°
Saturation82%
Lightness78%
Temperature
Warm ← → Cool5% 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#f5ba9b
RGBrgb(245, 186, 155)
HSLhsl(21, 82%, 78%)
CMYKcmyk(0%, 24%, 37%, 4%)
LABlab(80.1 17.3 24.0)
LCHlch(80.1 29.6 54.2)
OKLCHoklch(0.835 0.080 48.9)
Decimal16104091
Display P3color(display-p3 0.961 0.729 0.608)

Copy-ready code

/* CSS */
color: #f5ba9b;
background-color: #f5ba9b;
/* Tailwind (arbitrary) */
class="text-[#f5ba9b] bg-[#f5ba9b]"
/* SCSS */
$brand: #f5ba9b;
/* SwiftUI */
Color(red: 0.961, green: 0.729, blue: 0.608)
/* Android */
Color.parseColor("#f5ba9b")
/* Flutter */
Color(0xFFF5BA9B)
/* Python / OpenCV (BGR) */
(155, 186, 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 #f5ba9b · 12.38:1
Use #000000AAA at every size.
Aa
White text · 1.70:1
AA fail · AA large fail · AAA fail
Aa
Black text · 12.38:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #f5ba9b as text scores 1.70:1 on white and 12.38:1 on black.

Accessibility — WCAG contrast

Aa
#f5ba9b on white: 1.70:1
AA ✗ fail · AA-large · AAA
Aa
#f5ba9b on black: 12.38:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CABF99
deuteranopia · #D8CC9B
tritanopia · #FFB0B2

Color scale — 50 to 950

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

#FCF6F2
#F9EDE6
#F6D6C6
#f5ba9b
#F09666
#EB7233
#DF5B16
#B94C13
#943D0F
#6B2F0F
#431D09
Base = 300Lightest = 50 · #FCF6F2Darkest = 950 · #431D09
:root {
  --brand-50: #FCF6F2;
  --brand-100: #F9EDE6;
  --brand-200: #F6D6C6;
  --brand-300: #f5ba9b;
  --brand-400: #F09666;
  --brand-500: #EB7233;
  --brand-600: #DF5B16;
  --brand-700: #B94C13;
  --brand-800: #943D0F;
  --brand-900: #6B2F0F;
  --brand-950: #431D09;
  --brand: #f5ba9b;
  --brand-ink: #000000;
}

Colors that work with #f5ba9b

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#EDCFC0
Hairlines and dividers
Muted text#9B664B
Captions on the surface
Accent#0FADBD
Second voice, not a rival
Dark variant#74300C
Hover, pressed, headers
Light variant#FDEFE8
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 #f5ba9b

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#9BD6F5
Analogous left#F59BA9
Analogous right#F5E79B
Split-complement 1#9BF5E7
Split-complement 2#9BA9F5
Triadic 1#9BF5BA
Triadic 2#BA9BF5
Tetradic#A9F59B

RGB percentages

Red96.1%
Green72.9%
Blue60.8%

CMYK percentages

Cyan0.0%
Magenta24.1%
Yellow36.7%
Key (black)3.9%

Color previews

#f5ba9b text on a black background

contrast 12.38:1

Card sample

#f5ba9b text on a white background

contrast 1.70:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(245, 186, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 186, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ba9b;
background: linear-gradient(135deg, #f5ba9b, #F4F59B);

Monochromatic scale

Palettes built from #f5ba9b

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.

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

#f5ba9b, answered

What color is #f5ba9b?

#f5ba9b is a light electric orange, closest to Light Salmon (ΔE2000 8.1). It sits at 21° on the hue wheel with 82% saturation and 78% lightness, which reads as warm.

What is the RGB value of #f5ba9b?

rgb(245, 186, 155) — 245 red, 186 green and 155 blue out of 255, or 96.1% / 72.9% / 60.8% by channel.

Is #f5ba9b a light or a dark color?

It is a light color. Relative luminance is 0.5690 and perceived brightness is 79%, so black text on it reaches 12.38:1.

Should I use black or white text on #f5ba9b?

Black. It scores 12.38:1 against #f5ba9b, versus 1.70:1 for white — AAA at any size.

What is the complementary color of #f5ba9b?

#9BD6F5 sits directly opposite on the wheel. Softer options are the split-complements #9BF5E7 and #9BA9F5, which give the same contrast with far less vibration.

What colors go well with #f5ba9b?

For interface work: #FAF6F4 as the surface, #EDCFC0 for borders, #9B664B for secondary text, #0FADBD as an accent and #74300C for hover and pressed states. For a palette, the analogous pair #F59BA9 and #F5E79B stays calm, while #9BD6F5 is the loudest partner.

What is #f5ba9b in CMYK for printing?

cmyk(0%, 24%, 37%, 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 #f5ba9b warm or cool?

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

Work with #f5ba9b in the Color Lab