Beige

#E0E0DC

Gray

Color Codes

All color formats for development

HEX
#E0E0DC
RGB
rgb(224, 224, 220)
HSL
hsl(60, 6%, 87%)
OKLCH
oklch(0.906 0.005 106.5)
CMYK
cmyk(0%, 0%, 2%, 12%)

Accessibility

WCAG contrast compliance

On White Background

1.32:1

AA AAA

On Black Background

15.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F8
100
#EEEE
200
#E0E0
300
#C8C8
400
#ABAB
500
#9393
600
#7777
700
#5F5F
800
#4444
900
#2B2B
950
#1B1B

Shades

Darker variations

1#CBCBC4
2#B6B6AD
3#A1A195
4#8C8C7E
5#767668
6#5E5E53
7#47473F
8#2F2F2A
9#181815

Tints

Lighter variations

1#E3E3DF
2#E6E6E3
3#E9E9E6
4#ECECEA
5#EFEFED
6#F3F3F1
7#F6F6F4
8#F9F9F8
9#FCFCFB

Tones

Muted variations

1#E0E0DC
2#DFDFDC
3#DFDFDC
4#DFDFDD
5#DFDFDD
6#DFDFDD
7#DEDEDD
8#DEDEDD
9#DEDEDE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F8
#F8F8F7
BackgroundsSubtle highlightsCard backgrounds
100
EEEE
#EEEEEC
Light backgroundsTable row hoverSkeleton loading
200
E0E0
#E0E0DC
Secondary backgroundsInput backgroundsDividers
300
C8C8
#C8C8C1
BordersInactive statesPlaceholder text
400
ABAB
#ABABA0
Disabled statesSecondary iconsMuted text
500
9393
#939385
Primary brand colorCTAsActive elementsLinks
600
7777
#777769
Hover statesFocus ringsPrimary buttons hover
700
5F5F
#5F5F54
Active/pressed statesDark mode accentsSecondary text
800
4444
#44443C
Text on light backgroundsHeadingsStrong borders
900
2B2B
#2B2B26
Primary textHigh emphasis contentDark headings
950
1B1B
#1B1B18
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #F8F8F7;
  --beige-100: #EEEEEC;
  --beige-200: #E0E0DC;
  --beige-300: #C8C8C1;
  --beige-400: #ABABA0;
  --beige-500: #939385;
  --beige-600: #777769;
  --beige-700: #5F5F54;
  --beige-800: #44443C;
  --beige-900: #2B2B26;
  --beige-950: #1B1B18;
}
Generate More ShadesCreate PaletteConvert Color