← Back to Editor

#B8B8B8 · #D1D1D1 · #E6E6E6 · #E1F1F7 · #D3EAF2

minimal

A 5-color minimal palette · Complete color analysis and application guide

Scene Recommendations Scene Recommendations

Emotion EMOTION

RestrainedProfessionalPureWarmCool

Industry INDUSTRY

ArchitectureManufacturingSaaS B2B

UI Context UI CONTEXT

Corporate SitePortfolioAdmin Panel

Color Details Color Details

#B8B8B8

Silver Gray · Silver · Pearl Gray

HEX
#B8B8B8
RGB
rgb(184, 184, 184)
HSL
hsl(0, 0%, 72%)
HSB
hsb(0, 0%, 72%)
CMYK
cmyk(0%, 0%, 0%, 28%)
Oklch
oklch(78.3% 0.000 89.9)

TraditionalSilver Gray」· PaintPearl Gray」· Creative Silver Lining

#D1D1D1

Silver Gray · LightGray · Pearl Gray

HEX
#D1D1D1
RGB
rgb(209, 209, 209)
HSL
hsl(0, 0%, 82%)
HSB
hsb(0, 0%, 82%)
CMYK
cmyk(0%, 0%, 0%, 18%)
Oklch
oklch(86.1% 0.000 89.9)

TraditionalSilver Gray」· PaintPearl Gray」· Creative Silver Lining

#E6E6E6

Plain White · Lavender · Cloud White

HEX
#E6E6E6
RGB
rgb(230, 230, 230)
HSL
hsl(0, 0%, 90%)
HSB
hsb(0, 0%, 90%)
CMYK
cmyk(0%, 0%, 0%, 10%)
Oklch
oklch(92.5% 0.000 89.9)

TraditionalPlain White」· PaintCloud White」· Creative Silver Lining

#E1F1F7

Sky Blue · Lavender · Glacier Blue

HEX
#E1F1F7
RGB
rgb(225, 241, 247)
HSL
hsl(196, 58%, 93%)
HSB
hsb(196, 9%, 97%)
CMYK
cmyk(9%, 2%, 0%, 3%)
Oklch
oklch(94.8% 0.019 222.2)

TraditionalSky Blue」· PaintGlacier Blue」· Creative Arctic Pool

#D3EAF2

Sky Blue · Lavender · Glacier Blue

HEX
#D3EAF2
RGB
rgb(211, 234, 242)
HSL
hsl(195, 54%, 89%)
HSB
hsb(195, 13%, 95%)
CMYK
cmyk(13%, 3%, 0%, 5%)
Oklch
oklch(92.3% 0.027 220.6)

TraditionalSky Blue」· PaintGlacier Blue」· Creative Arctic Pool

Color Harmonies Color Harmonies

Based on color wheel theory, calculated from primary color

Complementary

B8B8B8
B8B8B8

Analogous

B8B8B8
B8B8B8
B8B8B8

Triadic

B8B8B8
B8B8B8
B8B8B8

Split-Comp.

B8B8B8
B8B8B8
B8B8B8

Tetradic

B8B8B8
B8B8B8
B8B8B8
B8B8B8

Contrast Matrix WCAG 2.1 Contrast

B8B8B8
D1D1D1
E6E6E6
E1F1F7
D3EAF2
1.3
Fail
1.6
Fail
1.7
Fail
1.6
Fail
1.3
Fail
1.2
Fail
1.3
Fail
1.2
Fail
1.6
Fail
1.2
Fail
1.1
Fail
1.0
Fail
1.7
Fail
1.3
Fail
1.1
Fail
1.1
Fail
1.6
Fail
1.2
Fail
1.0
Fail
1.1
Fail
White BG
2.0Fail
1.5Fail
1.2Fail
1.2Fail
1.2Fail
Black BG
10.6AAA
13.8AAA
16.8AAA
18.1AAA
16.8AAA

Color Blindness Simulation Color Blindness Simulation

Protanopia

B8B8B8
D1D1D1
E6E6E6
E8E8F6
DDDDF0

Deuteranopia

B8B8B8
D1D1D1
E6E6E6
E7E6F5
DCDAF0

Tritanopia

B8B8B8
D1D1D1
E6E6E6
E2F4F4
D4EFEE

Achromatopsia

B8B8B8
D1D1D1
E6E6E6
EDEDED
E4E4E4

Shades & Tints Shades & Tints

#B8B8B8

Dark
Light

#D1D1D1

Dark
Light

#E6E6E6

Dark
Light

Code Snippets Code Snippets

CSS Custom Properties

:root {
  --color-1: #b8b8b8;
  --color-2: #d1d1d1;
  --color-3: #e6e6e6;
  --color-4: #e1f1f7;
  --color-5: #d3eaf2;
}

SCSS

$color-1: #b8b8b8;
$color-2: #d1d1d1;
$color-3: #e6e6e6;
$color-4: #e1f1f7;
$color-5: #d3eaf2;

TAILWIND

colors: {
  'brand-1': '#b8b8b8',
  'brand-2': '#d1d1d1',
  'brand-3': '#e6e6e6',
  'brand-4': '#e1f1f7',
  'brand-5': '#d3eaf2',
}

RGB Array

[184, 184, 184], [209, 209, 209], [230, 230, 230], [225, 241, 247], [211, 234, 242]

FAQ FAQ

What scenarios is this 5-color palette suitable for?

This minimal-style palette of #B8B8B8, #D1D1D1, #E6E6E6, #E1F1F7, #D3EAF2 is ideal for: brand design, premium product pages, magazine layouts, health products, baby brands, fresh-style blogs. Low-saturation colors convey a sophisticated, premium feel. It is a classic and elegant choice among 5-color palettes.

How to use this palette in CSS or frontend projects?

Copy the CSS variables directly: --color-1: #b8b8b8; --color-2: #d1d1d1; --color-3: #e6e6e6; --color-4: #e1f1f7; --color-5: #d3eaf2. LangColor editor supports one-click export to CSS, SCSS, Tailwind, JSON and more. Click the "Export" button to choose your format.

What UI/UX design tips apply to this palette?

Light tones suit backgrounds; use dark colors for body text. Mid-tones work for card backgrounds or dividers to add depth. Use the "Contrast Matrix" tool in LangColor editor to check WCAG accessibility levels for every color pair.

Which industries or brands suit this palette?

This minimal-style 5-color scheme is especially suited for beauty, lifestyle, arts industries. Restrained colors convey professionalism and trust. Click "AI Analysis" in the editor for more detailed brand color suggestions.

🎨 Open this palette in Editor →

Generated by LangColor online color tool · Breaking the barrier between language and color