#FFFFBC Color Information

Hex color code: #FFFFBC

#FFFFBC is a delicate yellow color. In RGB it is (255, 255, 188), and in HSL it is (60°, 100%, 87%). It is often used for branding and logos.

Try:
Color NameLemon Chiffon
HEX
#FFFFBC
RGB
255, 255, 188
HSL
60°, 100%, 87%
CMYK
0%, 0%, 26%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #FFFFBC; 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 #FFFFBC; background-color: #FFFFBC15; }

Alert / Toast

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

Link / Accent

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

a { color: #FFFFBC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 255, 188

Red: 255 / Green: 255 / Blue: 188

HSL

60°, 100%, 87%

Hue: 60° / Saturation: 100% / Lightness: 87%

CMYK

0%, 0%, 26%, 0%

Cyan: 0% / Magenta: 0% / Yellow: 26% / Key: 0%

What color is #FFFFBC?

#FFFFBC is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FFFFBC to RGB:

rgb(255, 255, 188)HEX to RGB Converter →

HEX to HSL

Convert #FFFFBC to HSL:

hsl(60, 100%, 87%)RGB to HSL Converter →

HEX to CMYK

Convert #FFFFBC to CMYK:

cmyk(0%, 0%, 26%, 0%)Color Converter →

Color Meaning and Usage

#FFFFBC is a light yellow color with RGB values of 255, 255, 188 and HSL of 60°, 100%, 87%. This very light tint evokes purity and simplicity, making it suitable for typically applied in digital products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FFFFBC is #BDBDFF, creating high-contrast pairings. For softer combinations, try analogous colors like #FFDEBD.

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

Contrast with #FFFFBC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FFFFBC?

#FFFFBC is a light yellow color - a very light tint that evokes purity and simplicity.

What is the RGB value of #FFFFBC?

#FFFFBC in RGB is (255, 255, 188) - 255 red, 255 green, and 188 blue.

How to use #FFFFBC in CSS?

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

What colors go well with #FFFFBC?

#BDBDFF (complementary), #FFDEBD (analogous), and #FFFF70 (lighter shade) work well with #FFFFBC.