Lavender

#ECECEE

White

Color Codes

All color formats for development

HEX
#ECECEE
RGB
rgb(236, 236, 238)
HSL
hsl(240, 6%, 93%)
OKLCH
oklch(0.944 0.003 286.3)
CMYK
cmyk(1%, 1%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.18:1

AA AAA

On Black Background

17.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#ECEC
200
#DCDC
300
#C1C1
400
#A0A0
500
#8585
600
#6969
700
#5454
800
#3C3C
900
#2626
950
#1818

Shades

Darker variations

1#D3D3D8
2#BABAC2
3#A1A1AB
4#888895
5#6F6F7E
6#595965
7#43434B
8#2D2D32
9#161619

Tints

Lighter variations

1#EEEEF0
2#F0F0F2
3#F2F2F3
4#F4F4F5
5#F6F6F7
6#F7F7F8
7#F9F9FA
8#FBFBFC
9#FDFDFD

Tones

Muted variations

1#ECECEE
2#ECECEE
3#ECECEE
4#EDEDEE
5#EDEDEE
6#EDEDEE
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
ECEC
#ECECEE
Light backgroundsTable row hoverSkeleton loading
200
DCDC
#DCDCE0
Secondary backgroundsInput backgroundsDividers
300
C1C1
#C1C1C8
BordersInactive statesPlaceholder text
400
A0A0
#A0A0AB
Disabled statesSecondary iconsMuted text
500
8585
#858593
Primary brand colorCTAsActive elementsLinks
600
6969
#696977
Hover statesFocus ringsPrimary buttons hover
700
5454
#54545F
Active/pressed statesDark mode accentsSecondary text
800
3C3C
#3C3C44
Text on light backgroundsHeadingsStrong borders
900
2626
#26262B
Primary textHigh emphasis contentDark headings
950
1818
#18181B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F7F7F8;
  --lavender-100: #ECECEE;
  --lavender-200: #DCDCE0;
  --lavender-300: #C1C1C8;
  --lavender-400: #A0A0AB;
  --lavender-500: #858593;
  --lavender-600: #696977;
  --lavender-700: #54545F;
  --lavender-800: #3C3C44;
  --lavender-900: #26262B;
  --lavender-950: #18181B;
}
Generate More ShadesCreate PaletteConvert Color