Blanched Almond
#ffebcd

A soft, warm shade that sits between beige and light brown, evoking the delicate tones of blanched almonds.

#ffebcd
RGB(255, 235, 205)
#431607
#7C3012
#9A3812
#C2460C
#EA5E0C
#F97916
#FB973C
#FDBE74
#FED9AA
#FFEBCD
#FFF8ED

Color Values

HEX

#ffebcd

RGB

rgb(255, 235, 205)

HSL

hsl(36°, 100%, 90%)

CMYK

0%, 8%, 20%, 0%

HSV

36°, 20%, 100%

XYZ

81.97, 85.08, 69.86

Color Variations

Shades

#e5d3b8
#ccbca4
#b2a48f
#998d7b

Tints

#ffedd2
#ffefd7
#fff1dc
#fff3e1

Triadic Colors

#ffebcd
#cdffeb
#ebcdff

Analogous Colors

#ffebcd
#faffcd
#ffd2cd

Monochromatic Colors

#ffcc81
#ffd79a
#ffe1b4
#ffebcd

Complementary Color

#ffebcd
#cde1ff

CSS Examples

Elegant Paper Texture

.elegant-paper {
    background: linear-gradient(
        45deg,
        #ffebcd 25%,
        #fff8ed 25%,
        #fff8ed 50%,
        #ffebcd 50%,
        #ffebcd 75%,
        #fff8ed 75%
    );
    background-size: 20px 20px;
    box-shadow: 
        inset 0 0 30px rgba(251,151,60,0.1),
        0 2px 10px rgba(0,0,0,0.1);
}

Almond Glow Effect

.almond-glow {
    background-color: #ffebcd;
    background-image: 
        radial-gradient(
            circle at 50% 50%,
            #fff8ed 0%,
            rgba(255,235,205,0) 60%
        );
    animation: glowPulse 3s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

Soft Card Design

.soft-card {
    background: #ffebcd;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 
        8px 8px 16px #fed9aa,
        -8px -8px 16px #fff8ed;
    border: 1px solid rgba(253,190,116,0.1);
    transition: transform 0.3s ease;
}

Warm Gradient Button

.warm-button {
    background: linear-gradient(
        135deg,
        #ffebcd 0%,
        #fed9aa 50%,
        #fdbe74 100%
    );
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    color: #7c3012;
    font-weight: 600;
    box-shadow: 
        0 4px 15px rgba(251,151,60,0.2),
        inset 0 -3px 0 rgba(234,94,12,0.1);
    transition: all 0.3s ease;
}

Vintage Frame

.vintage-frame {
    background: #ffebcd;
    padding: 2px;
    background-image: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(253,190,116,0.1) 5px,
            rgba(253,190,116,0.1) 10px
        );
    border: 8px double #fdbe74;
    box-shadow: 
        0 0 0 2px #ffebcd,
        0 0 0 4px rgba(251,151,60,0.3);
}

About Blanched Almond

Blanched Almond is a soft, warm shade that sits between beige and light brown. This delicate hue evokes a sense of calm and sophistication, making it a versatile choice for various design applications.

Origin and Inspiration

Blanched Almond gets its name from the process of blanching almonds, which lightens their natural brown color to a creamy, off-white shade. This color perfectly captures the subtle warmth and elegance found in nature.

Color Characteristics

Blanched Almond is characterized by:

  • Soft, creamy undertones
  • Warm, neutral base
  • Subtle elegance
  • Natural, organic quality
  • Versatile application potential

Symbolism and Meaning

Blanched Almond represents:

  • Elegance and sophistication
  • Serenity and calmness
  • Warmth and comfort
  • Neutrality and balance
  • Timeless beauty

Modern Applications

Today, Blanched Almond is used in:

  • Interior design and wall colors
  • Graphic design backgrounds
  • Web design and user interfaces
  • Fashion and textile design
  • Product packaging and branding

Blanched Almond

Blanched Almond

January 10, 2025
PALETTE GENERATOR
#FFEBCD

Real Design Examples 👇🏽

Fashion

No items found.

Interior

No items found.

Wallpapers

No items found.

Patterns

No items found.

Best Match

Blanched Almond
#FFEBCD
No items found.
Build with ❤️ Lovable