Lavender

#EBEDEF

Blue

Color Codes

All color formats for development

HEX
#EBEDEF
RGB
rgb(235, 237, 239)
HSL
hsl(210, 11%, 93%)
OKLCH
oklch(0.945 0.003 247.9)
CMYK
cmyk(2%, 1%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

17.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F7
100
#EBED
200
#DADE
300
#BEC4
400
#9CA6
500
#808C
600
#6470
700
#4F59
800
#3940
900
#2429
950
#171A

Shades

Darker variations

1#D1D5DA
2#B7BEC5
3#9CA6B0
4#828E9B
5#6A7784
6#545F69
7#3F474F
8#2A2F35
9#15181A

Tints

Lighter variations

1#EDEFF1
2#EFF1F2
3#F1F3F4
4#F3F4F5
5#F5F6F7
6#F7F8F9
7#F9FAFA
8#FBFBFC
9#FDFDFD

Tones

Muted variations

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

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F7
#F7F7F8
BackgroundsSubtle highlightsCard backgrounds
100
EBED
#EBEDEF
Light backgroundsTable row hoverSkeleton loading
200
DADE
#DADEE1
Secondary backgroundsInput backgroundsDividers
300
BEC4
#BEC4CB
BordersInactive statesPlaceholder text
400
9CA6
#9CA6B0
Disabled statesSecondary iconsMuted text
500
808C
#808C99
Primary brand colorCTAsActive elementsLinks
600
6470
#64707D
Hover statesFocus ringsPrimary buttons hover
700
4F59
#4F5963
Active/pressed statesDark mode accentsSecondary text
800
3940
#394047
Text on light backgroundsHeadingsStrong borders
900
2429
#24292D
Primary textHigh emphasis contentDark headings
950
171A
#171A1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F7F7F8;
  --lavender-100: #EBEDEF;
  --lavender-200: #DADEE1;
  --lavender-300: #BEC4CB;
  --lavender-400: #9CA6B0;
  --lavender-500: #808C99;
  --lavender-600: #64707D;
  --lavender-700: #4F5963;
  --lavender-800: #394047;
  --lavender-900: #24292D;
  --lavender-950: #171A1C;
}
Generate More ShadesCreate PaletteConvert Color