#FFB38C Color Information

Hex color code: #FFB38C

The hex color #FFB38C is a light orange with RGB values of (255, 179, 140) and HSL of (20°, 100%, 77%). It is commonly used in modern UI design.

Try:
Color NameLight Salmon
HEX
#FFB38C
RGB
255, 179, 140
HSL
20°, 100%, 77%
CMYK
0%, 30%, 45%, 0%

Shades

CSS Usage
color: #FFB38C;
background-color: #FFB38C;
border-color: #FFB38C;
box-shadow: 0 0 10px #FFB38C;
border: 2px solid #FFB38C;
Tailwind Usage
bg-[#FFB38C]
text-[#FFB38C]
border-[#FFB38C]
shadow-[0_0_10px_FFB38C]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #FFB38C, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #FFB38C; color: #000000; }

Badge

New Feature
.badge { background-color: #FFB38C; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #FFB38C; background-color: #FFB38C15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #FFB38C20; border-left: 4px solid #FFB38C; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #FFB38C; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #FFB38C in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 179, 140

Red: 255 / Green: 179 / Blue: 140

HSL

20°, 100%, 77%

Hue: 20° / Saturation: 100% / Lightness: 77%

CMYK

0%, 30%, 45%, 0%

Cyan: 0% / Magenta: 30% / Yellow: 45% / Key: 0%

What color is #FFB38C?

#FFB38C is a highly saturated hue associated with energy and excitement.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FFB38C to RGB:

rgb(255, 179, 140)HEX to RGB Converter →

HEX to HSL

Convert #FFB38C to HSL:

hsl(20, 100%, 77%)RGB to HSL Converter →

HEX to CMYK

Convert #FFB38C to CMYK:

cmyk(0%, 30%, 45%, 0%)Color Converter →

Color Meaning and Usage

A light orange tone, #FFB38C has RGB (255, 179, 140) and HSL (20°, 100%, 77%). Known for evoking energy and excitement, this highly saturated hue is a common choice for dashboards and SaaS products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FFB38C is #8AD8FF, creating high-contrast pairings. For softer combinations, try analogous colors like #FF8A9D.

Use #FFB38C in CSS: color: #FFB38C or background-color: #FFB38C. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #FFB38C

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 12.08:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FFB38C?

#FFB38C is a light orange color - a highly saturated hue that evokes energy and excitement.

What is the RGB value of #FFB38C?

#FFB38C in RGB is (255, 179, 140) - 255 red, 179 green, and 140 blue.

How to use #FFB38C in CSS?

Use #FFB38C directly in your CSS properties like color or background-color.

What colors go well with #FFB38C?

#8AD8FF (complementary), #FF8A9D (analogous), and #FF7E3D (lighter shade) work well with #FFB38C.