Lavender

#ECECEF

White

Color Codes

All color formats for development

HEX
#ECECEF
RGB
rgb(236, 236, 239)
HSL
hsl(240, 9%, 93%)
OKLCH
oklch(0.944 0.004 286.3)
CMYK
cmyk(1%, 1%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.18:1

AA AAA

On Black Background

17.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECEC
200
#DBDB
300
#BFBF
400
#9E9E
500
#8282
600
#6666
700
#5151
800
#3A3A
900
#2525
950
#1717

Shades

Darker variations

1#D2D2D9
2#B8B8C4
3#9E9EAE
4#848498
5#6C6C81
6#565667
7#41414E
8#2B2B34
9#16161A

Tints

Lighter variations

1#EDEDF0
2#EFEFF2
3#F1F1F4
4#F3F3F5
5#F5F5F7
6#F7F7F9
7#F9F9FA
8#FBFBFC
9#FDFDFD

Tones

Muted variations

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

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
ECEC
#ECECEF
Light backgroundsTable row hoverSkeleton loading
200
DBDB
#DBDBE1
Secondary backgroundsInput backgroundsDividers
300
BFBF
#BFBFCA
BordersInactive statesPlaceholder text
400
9E9E
#9E9EAE
Disabled statesSecondary iconsMuted text
500
8282
#828297
Primary brand colorCTAsActive elementsLinks
600
6666
#66667A
Hover statesFocus ringsPrimary buttons hover
700
5151
#515161
Active/pressed statesDark mode accentsSecondary text
800
3A3A
#3A3A45
Text on light backgroundsHeadingsStrong borders
900
2525
#25252C
Primary textHigh emphasis contentDark headings
950
1717
#17171C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F7F7F8;
  --lavender-100: #ECECEF;
  --lavender-200: #DBDBE1;
  --lavender-300: #BFBFCA;
  --lavender-400: #9E9EAE;
  --lavender-500: #828297;
  --lavender-600: #66667A;
  --lavender-700: #515161;
  --lavender-800: #3A3A45;
  --lavender-900: #25252C;
  --lavender-950: #17171C;
}
Generate More ShadesCreate PaletteConvert Color