Lavender

#EEEDEC

White

Color Codes

All color formats for development

HEX
#EEEDEC
RGB
rgb(238, 237, 236)
HSL
hsl(30, 6%, 93%)
OKLCH
oklch(0.947 0.002 67.8)
CMYK
cmyk(0%, 0%, 1%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

17.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F7
100
#EEED
200
#E0DE
300
#C8C4
400
#ABA6
500
#938C
600
#7770
700
#5F59
800
#4440
900
#2B29
950
#1B1A

Shades

Darker variations

1#D8D5D3
2#C2BEBA
3#ABA6A1
4#958E88
5#7E776F
6#655F59
7#4B4743
8#322F2D
9#191816

Tints

Lighter variations

1#F0EFEE
2#F2F1F0
3#F3F3F2
4#F5F4F4
5#F7F6F6
6#F8F8F7
7#FAFAF9
8#FCFBFB
9#FDFDFD

Tones

Muted variations

1#EEEDEC
2#EEEDEC
3#EEEDEC
4#EEEDED
5#EEEDED
6#EEEDED
7#EDEDED
8#EDEDED
9#EDEDED

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F7
#F8F7F7
BackgroundsSubtle highlightsCard backgrounds
100
EEED
#EEEDEC
Light backgroundsTable row hoverSkeleton loading
200
E0DE
#E0DEDC
Secondary backgroundsInput backgroundsDividers
300
C8C4
#C8C4C1
BordersInactive statesPlaceholder text
400
ABA6
#ABA6A0
Disabled statesSecondary iconsMuted text
500
938C
#938C85
Primary brand colorCTAsActive elementsLinks
600
7770
#777069
Hover statesFocus ringsPrimary buttons hover
700
5F59
#5F5954
Active/pressed statesDark mode accentsSecondary text
800
4440
#44403C
Text on light backgroundsHeadingsStrong borders
900
2B29
#2B2926
Primary textHigh emphasis contentDark headings
950
1B1A
#1B1A18
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F8F7F7;
  --lavender-100: #EEEDEC;
  --lavender-200: #E0DEDC;
  --lavender-300: #C8C4C1;
  --lavender-400: #ABA6A0;
  --lavender-500: #938C85;
  --lavender-600: #777069;
  --lavender-700: #5F5954;
  --lavender-800: #44403C;
  --lavender-900: #2B2926;
  --lavender-950: #1B1A18;
}
Generate More ShadesCreate PaletteConvert Color