Lavender

#EDEDEE

White

Color Codes

All color formats for development

HEX
#EDEDEE
RGB
rgb(237, 237, 238)
HSL
hsl(240, 3%, 93%)
OKLCH
oklch(0.946 0.001 286.4)
CMYK
cmyk(0%, 0%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

17.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EDED
200
#DDDD
300
#C3C3
400
#A3A3
500
#8989
600
#6D6D
700
#5757
800
#3E3E
900
#2828
950
#1919

Shades

Darker variations

1#D4D4D7
2#BCBCC0
3#A3A3A9
4#8B8B92
5#73737A
6#5C5C62
7#454549
8#2E2E31
9#171718

Tints

Lighter variations

1#EEEEEF
2#F0F0F1
3#F2F2F3
4#F4F4F5
5#F6F6F6
6#F8F8F8
7#F9F9FA
8#FBFBFC
9#FDFDFD

Tones

Muted variations

1#EDEDEE
2#EDEDEE
3#EDEDEE
4#EDEDED
5#EDEDED
6#EDEDED
7#EDEDED
8#EDEDED
9#EDEDED

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EDED
#EDEDEE
Light backgroundsTable row hoverSkeleton loading
200
DDDD
#DDDDDF
Secondary backgroundsInput backgroundsDividers
300
C3C3
#C3C3C6
BordersInactive statesPlaceholder text
400
A3A3
#A3A3A8
Disabled statesSecondary iconsMuted text
500
8989
#898990
Primary brand colorCTAsActive elementsLinks
600
6D6D
#6D6D74
Hover statesFocus ringsPrimary buttons hover
700
5757
#57575C
Active/pressed statesDark mode accentsSecondary text
800
3E3E
#3E3E42
Text on light backgroundsHeadingsStrong borders
900
2828
#28282A
Primary textHigh emphasis contentDark headings
950
1919
#19191A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F7F7F8;
  --lavender-100: #EDEDEE;
  --lavender-200: #DDDDDF;
  --lavender-300: #C3C3C6;
  --lavender-400: #A3A3A8;
  --lavender-500: #898990;
  --lavender-600: #6D6D74;
  --lavender-700: #57575C;
  --lavender-800: #3E3E42;
  --lavender-900: #28282A;
  --lavender-950: #19191A;
}
Generate More ShadesCreate PaletteConvert Color