← Back to Editor

#2D2C2D · #5B5B5B · #F6F6F6 · #E3E4D9 · #C1C1B4

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

Scene Recommendations Scene Recommendations

Emotion EMOTION

HarmoniousVersatileWarm

Industry INDUSTRY

E-commerceBusiness

UI Context UI CONTEXT

Web PageComponent LibraryData Visualization

Color Details Color Details

#2D2C2D

Dark Cyan · DarkSlateGray · Dark Stone

HEX
#2D2C2D
RGB
rgb(45, 44, 45)
HSL
hsl(300, 1%, 17%)
HSB
hsb(300, 2%, 18%)
CMYK
cmyk(0%, 2%, 0%, 82%)
Oklch
oklch(29.5% 0.002 325.6)

TraditionalDark Cyan」· PaintDark Stone」· Creative Midnight Shadow

#5B5B5B

Ink Gray · DimGray · Charcoal

HEX
#5B5B5B
RGB
rgb(91, 91, 91)
HSL
hsl(0, 0%, 36%)
HSB
hsb(0, 0%, 36%)
CMYK
cmyk(0%, 0%, 0%, 64%)
Oklch
oklch(47.1% 0.000 89.9)

TraditionalInk Gray」· PaintCharcoal」· Creative Midnight Shadow

#F6F6F6

Moonlight White · Snow · Cloud White

HEX
#F6F6F6
RGB
rgb(246, 246, 246)
HSL
hsl(0, 0%, 96%)
HSB
hsb(0, 0%, 96%)
CMYK
cmyk(0%, 0%, 0%, 4%)
Oklch
oklch(97.3% 0.000 89.9)

TraditionalMoonlight White」· PaintCloud White」· Creative Morning Mist

#E3E4D9

Fresh Green · LightGray · Lemon Cream

HEX
#E3E4D9
RGB
rgb(227, 228, 217)
HSL
hsl(65, 17%, 87%)
HSB
hsb(65, 5%, 89%)
CMYK
cmyk(0%, 0%, 5%, 11%)
Oklch
oklch(91.5% 0.015 110.9)

TraditionalFresh Green」· PaintLemon Cream」· Creative Lemon Fizz

#C1C1B4

Fresh Green · Silver · Pearl Gray

HEX
#C1C1B4
RGB
rgb(193, 193, 180)
HSL
hsl(60, 9%, 73%)
HSB
hsb(60, 7%, 76%)
CMYK
cmyk(0%, 0%, 7%, 24%)
Oklch
oklch(80.7% 0.018 106.8)

TraditionalFresh Green」· PaintPearl Gray」· Creative Silver Lining

Color Harmonies Color Harmonies

Based on color wheel theory, calculated from primary color

Complementary

2D2C2D
2B2C2B

Analogous

2B2B2C
2D2C2D
2C2B2B

Triadic

2D2C2D
2C2C2B
2B2C2C

Split-Comp.

2D2C2D
2B2C2B
2B2C2B

Tetradic

2D2C2D
2C2B2B
2B2C2B
2B2B2C

Contrast Matrix WCAG 2.1 Contrast

2D2C2D
5B5B5B
F6F6F6
E3E4D9
C1C1B4
2.0
Fail
12.9
AAA
10.8
AAA
7.7
AAA
2.0
Fail
6.3
AA
5.3
AA
3.7
AA Large
12.9
AAA
6.3
AA
1.2
Fail
1.7
Fail
10.8
AAA
5.3
AA
1.2
Fail
1.4
Fail
7.7
AAA
3.7
AA Large
1.7
Fail
1.4
Fail
White BG
13.9AAA
6.8AA
1.1Fail
1.3Fail
1.8Fail
Black BG
1.5Fail
3.1AA Large
19.4AAA
16.4AAA
11.6AAA

Color Blindness Simulation Color Blindness Simulation

Protanopia

2D2D2D
5B5B5B
F6F6F6
E3E3DC
C1C1B7

Deuteranopia

2D2D2D
5B5B5B
F6F6F6
E3E3DC
C1C1B8

Tritanopia

2D2D2D
5B5B5B
F6F6F6
E3DEDE
C1BABA

Achromatopsia

2C2C2C
5B5B5B
F6F6F6
E2E2E2
C0C0C0

Shades & Tints Shades & Tints

#2D2C2D

Dark
Light

#5B5B5B

Dark
Light

#F6F6F6

Dark
Light

Code Snippets Code Snippets

CSS Custom Properties

:root {
  --color-1: #2d2c2d;
  --color-2: #5b5b5b;
  --color-3: #f6f6f6;
  --color-4: #e3e4d9;
  --color-5: #c1c1b4;
}

SCSS

$color-1: #2d2c2d;
$color-2: #5b5b5b;
$color-3: #f6f6f6;
$color-4: #e3e4d9;
$color-5: #c1c1b4;

TAILWIND

colors: {
  'brand-1': '#2d2c2d',
  'brand-2': '#5b5b5b',
  'brand-3': '#f6f6f6',
  'brand-4': '#e3e4d9',
  'brand-5': '#c1c1b4',
}

RGB Array

[45, 44, 45], [91, 91, 91], [246, 246, 246], [227, 228, 217], [193, 193, 180]

FAQ FAQ

What scenarios is this 5-color palette suitable for?

This general-style palette of #2D2C2D, #5B5B5B, #F6F6F6, #E3E4D9, #C1C1B4 is ideal for: brand design, premium product pages, magazine layouts, infographics, data visualization, accessible design. Low-saturation colors convey a sophisticated, premium feel. High contrast ensures clear visual hierarchy and readability. 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: #2d2c2d; --color-2: #5b5b5b; --color-3: #f6f6f6; --color-4: #e3e4d9; --color-5: #c1c1b4. 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?

Medium-brightness colors suit brand primary and accent colors. Use the darkest for text, lightest for backgrounds, and mid-tones for emphasis. High-contrast palettes naturally meet WCAG accessibility standards. 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 general-style 5-color scheme is especially suited for tech, SaaS, healthcare, eco 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