Lavender

#EBEEEF

Blue

Color Codes

All color formats for development

HEX
#EBEEEF
RGB
rgb(235, 238, 239)
HSL
hsl(195, 11%, 93%)
OKLCH
oklch(0.947 0.003 219.5)
CMYK
cmyk(2%, 0%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

18.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#EBEE
200
#DAE0
300
#BEC8
400
#9CAB
500
#8093
600
#6476
700
#4F5E
800
#3943
900
#242B
950
#171B

Shades

Darker variations

1#D1D8DA
2#B7C1C5
3#9CABB0
4#82949B
5#6A7D84
6#546469
7#3F4B4F
8#2A3235
9#15191A

Tints

Lighter variations

1#EDF0F1
2#EFF2F2
3#F1F3F4
4#F3F5F5
5#F5F7F7
6#F7F8F9
7#F9FAFA
8#FBFCFC
9#FDFDFD

Tones

Muted variations

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

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F8
#F7F8F8
BackgroundsSubtle highlightsCard backgrounds
100
EBEE
#EBEEEF
Light backgroundsTable row hoverSkeleton loading
200
DAE0
#DAE0E1
Secondary backgroundsInput backgroundsDividers
300
BEC8
#BEC8CB
BordersInactive statesPlaceholder text
400
9CAB
#9CABB0
Disabled statesSecondary iconsMuted text
500
8093
#809399
Primary brand colorCTAsActive elementsLinks
600
6476
#64767D
Hover statesFocus ringsPrimary buttons hover
700
4F5E
#4F5E63
Active/pressed statesDark mode accentsSecondary text
800
3943
#394347
Text on light backgroundsHeadingsStrong borders
900
242B
#242B2D
Primary textHigh emphasis contentDark headings
950
171B
#171B1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F7F8F8;
  --lavender-100: #EBEEEF;
  --lavender-200: #DAE0E1;
  --lavender-300: #BEC8CB;
  --lavender-400: #9CABB0;
  --lavender-500: #809399;
  --lavender-600: #64767D;
  --lavender-700: #4F5E63;
  --lavender-800: #394347;
  --lavender-900: #242B2D;
  --lavender-950: #171B1C;
}
Generate More ShadesCreate PaletteConvert Color