English Lavender (#B48395)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 3.17:1 — vs black: 6.62:1

Color values

  • HEX #B48395
  • RGB rgb(180, 131, 149)
  • HSL hsl(337, 27%, 70%)
  • CMYK cmyk( 0, 27.22, 17.22, 29.41 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #B48395 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

English Lavender
#B48395 Base
#83B4A2
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

English Lavender
#B48395 Base
#B483AD
#B48A83
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

English Lavender
#B48395 Base
#95B483
#8395B4
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

English Lavender
#B48395 Base
#83B48A
#83ADB4
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

English Lavender
#B48395 Base
#ADB483
#83B4A2
#8A83B4
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

English Lavender
#B48395 Base
#623C4A
#92586E
#A56A7F
#C39CAB
#D1B3BE
#EEE2E6
Shades & Tints

Darker shades and lighter tints of English Lavender, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#100A0C
#331F27
#573541
#7B4A5C
#9E6077
English Lavender #B48395 Base
#C199A7
#CEAEBA
#DBC4CC
#E8DADF
#F5EFF1
CSS & SCSS Snippets

Ready-to-use code snippets for #B48395. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #B48395;
}

/* Text */
.element {
    color: #B48395;
}

/* Border */
.element {
    border: 1px solid #B48395;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #B48395,
        #A0C8B9
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #B48395,
        #A0C8B9
    );
}
SCSS Variable
// SCSS variable
$english-lavender: #B48395;

// With RGB channels (useful for rgba() usage)
$english-lavender-r: 180;
$english-lavender-g: 131;
$english-lavender-b: 149;

// Usage
.element {
    background-color: $english-lavender;
    color: rgba($english-lavender-r, $english-lavender-g, $english-lavender-b, 0.8);
}
Color Blindness Simulation

How English Lavender appears to people with different types of color vision deficiency.

Normal Vision #B48395 How the color appears with full color vision.
Deuteranopia #939394 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #898995 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #B28585 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #919191 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to English Lavender ranked by perceptual difference (Delta-E 2000 — lower = more similar).

English Lavender #B48395 Base
Puce #CC8899 ΔE 5.38
Opera Mauve #B784A7 ΔE 5.42
Turkish Rose #B57281 ΔE 6.19
Mountbatten Pink #997A8D ΔE 6.83

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.