#FFEBAD Color Information

Hex color code: #FFEBAD

The hex color #FFEBAD is a light yellow with RGB values of (255, 235, 173) and HSL of (45°, 100%, 84%). It is commonly used in modern UI design.

Try:
Color NameMoccasin
HEX
#FFEBAD
RGB
255, 235, 173
HSL
45°, 100%, 84%
CMYK
0%, 8%, 32%, 0%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #FFEBAD; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

255, 235, 173

Red: 255 / Green: 235 / Blue: 173

HSL

45°, 100%, 84%

Hue: 45° / Saturation: 100% / Lightness: 84%

CMYK

0%, 8%, 32%, 0%

Cyan: 0% / Magenta: 8% / Yellow: 32% / Key: 0%

What color is #FFEBAD?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FFEBAD to RGB:

rgb(255, 235, 173)HEX to RGB Converter →

HEX to HSL

Convert #FFEBAD to HSL:

hsl(45, 100%, 84%)RGB to HSL Converter →

HEX to CMYK

Convert #FFEBAD to CMYK:

cmyk(0%, 8%, 32%, 0%)Color Converter →

Color Meaning and Usage

#FFEBAD is a light yellow color with RGB values of 255, 235, 173 and HSL of 45°, 100%, 84%. This very light tint evokes purity and simplicity, making it suitable for often used for branding and logos. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FFEBAD is #ADC2FF, creating high-contrast pairings. For softer combinations, try analogous colors like #FFC2AD.

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

Contrast with #FFEBAD

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FFEBAD?

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

What is the RGB value of #FFEBAD?

#FFEBAD in RGB is (255, 235, 173) - 255 red, 235 green, and 173 blue.

How to use #FFEBAD in CSS?

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

What colors go well with #FFEBAD?

#ADC2FF (complementary), #FFC2AD (analogous), and #FFD761 (lighter shade) work well with #FFEBAD.