← Back to Editor

#F3F3F3 · #E5E5DE · #7A7A3B · #6A6D1B · #D2D2C1

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

#F3F3F3

Plain White · SeaShell · Cloud White

HEX
#F3F3F3
RGB
rgb(243, 243, 243)
HSL
hsl(0, 0%, 95%)
HSB
hsb(0, 0%, 95%)
CMYK
cmyk(0%, 0%, 0%, 5%)
Oklch
oklch(96.4% 0.000 89.9)

TraditionalPlain White」· PaintCloud White」· Creative Morning Mist

#E5E5DE

Fresh Green · Beige · Lemon Cream

HEX
#E5E5DE
RGB
rgb(229, 229, 222)
HSL
hsl(60, 12%, 88%)
HSB
hsb(60, 3%, 90%)
CMYK
cmyk(0%, 0%, 3%, 10%)
Oklch
oklch(92.0% 0.009 106.6)

TraditionalFresh Green」· PaintLemon Cream」· Creative Lemon Fizz

#7A7A3B

Autumn Sage · DarkOliveGreen · Honey Gold

HEX
#7A7A3B
RGB
rgb(122, 122, 59)
HSL
hsl(60, 35%, 35%)
HSB
hsb(60, 52%, 48%)
CMYK
cmyk(0%, 0%, 52%, 52%)
Oklch
oklch(56.5% 0.085 108.8)

TraditionalAutumn Sage」· PaintHoney Gold」· Creative Blush Sunrise

#6A6D1B

Autumn Sage · DarkOliveGreen · Honey Gold

HEX
#6A6D1B
RGB
rgb(106, 109, 27)
HSL
hsl(62, 60%, 27%)
HSB
hsb(62, 75%, 43%)
CMYK
cmyk(3%, 0%, 75%, 57%)
Oklch
oklch(51.6% 0.102 111.6)

TraditionalAutumn Sage」· PaintHoney Gold」· Creative Blush Sunrise

#D2D2C1

Fresh Green · LightGray · Lemon Cream

HEX
#D2D2C1
RGB
rgb(210, 210, 193)
HSL
hsl(60, 16%, 79%)
HSB
hsb(60, 8%, 82%)
CMYK
cmyk(0%, 0%, 8%, 18%)
Oklch
oklch(85.9% 0.023 106.9)

TraditionalFresh Green」· PaintLemon Cream」· Creative Lemon Fizz

Color Harmonies Color Harmonies

Based on color wheel theory, calculated from primary color

Complementary

F3F3F3
F2F2F2

Analogous

F2F2F2
F3F3F3
F2F2F2

Triadic

F3F3F3
F2F2F2
F2F2F2

Split-Comp.

F3F3F3
F2F2F2
F2F2F2

Tetradic

F3F3F3
F2F2F2
F2F2F2
F2F2F2

Contrast Matrix WCAG 2.1 Contrast

F3F3F3
E5E5DE
7A7A3B
6A6D1B
D2D2C1
1.1
Fail
4.0
AA Large
5.0
AA
1.4
Fail
1.1
Fail
3.5
AA Large
4.3
AA Large
1.2
Fail
4.0
AA Large
3.5
AA Large
1.2
Fail
2.9
Fail
5.0
AA
4.3
AA Large
1.2
Fail
3.6
AA Large
1.4
Fail
1.2
Fail
2.9
Fail
3.6
AA Large
White BG
1.1Fail
1.3Fail
4.5AA Large
5.5AA
1.5Fail
Black BG
18.9AAA
16.6AAA
4.7AA
3.8AA Large
13.7AAA

Color Blindness Simulation Color Blindness Simulation

Protanopia

F3F3F3
E5E5E0
7A7A4A
6B6B2F
D2D2C5

Deuteranopia

F3F3F3
E5E5E0
7A7A4E
6B6B34
D2D2C6

Tritanopia

F3F3F3
E5E1E1
7A5659
6A3F42
D2C8C9

Achromatopsia

F3F3F3
E4E4E4
737373
636363
D0D0D0

Shades & Tints Shades & Tints

#F3F3F3

Dark
Light

#E5E5DE

Dark
Light

#7A7A3B

Dark
Light

Code Snippets Code Snippets

CSS Custom Properties

:root {
  --color-1: #f3f3f3;
  --color-2: #e5e5de;
  --color-3: #7a7a3b;
  --color-4: #6a6d1b;
  --color-5: #d2d2c1;
}

SCSS

$color-1: #f3f3f3;
$color-2: #e5e5de;
$color-3: #7a7a3b;
$color-4: #6a6d1b;
$color-5: #d2d2c1;

TAILWIND

colors: {
  'brand-1': '#f3f3f3',
  'brand-2': '#e5e5de',
  'brand-3': '#7a7a3b',
  'brand-4': '#6a6d1b',
  'brand-5': '#d2d2c1',
}

RGB Array

[243, 243, 243], [229, 229, 222], [122, 122, 59], [106, 109, 27], [210, 210, 193]

FAQ FAQ

What scenarios is this 5-color palette suitable for?

This general-style palette of #F3F3F3, #E5E5DE, #7A7A3B, #6A6D1B, #D2D2C1 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: #f3f3f3; --color-2: #e5e5de; --color-3: #7a7a3b; --color-4: #6a6d1b; --color-5: #d2d2c1. 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