Lavender

#EAECF1

Blue

Color Codes

All color formats for development

HEX
#EAECF1
RGB
rgb(234, 236, 241)
HSL
hsl(223, 20%, 93%)
OKLCH
oklch(0.943 0.007 268.5)
CMYK
cmyk(3%, 2%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.18:1

AA AAA

On Black Background

17.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F7
100
#EAEC
200
#D7DB
300
#B9BF
400
#949E
500
#7582
600
#5A66
700
#4752
800
#333A
900
#2125
950
#1417

Shades

Darker variations

1#CDD2DE
2#B1B8CB
3#949EB8
4#7885A5
5#5F6C8E
6#4C5772
7#394155
8#262B39
9#13161C

Tints

Lighter variations

1#ECEEF2
2#EEEFF4
3#F0F1F5
4#F2F3F6
5#F4F5F8
6#F6F7F9
7#F9F9FB
8#FBFBFC
9#FDFDFE

Tones

Muted variations

1#EAECF0
2#EAECF0
3#EBECF0
4#EBECEF
5#EBECEF
6#ECEDEF
7#ECEDEE
8#ECEDEE
9#EDEDEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F7
#F6F7F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEC
#EAECF1
Light backgroundsTable row hoverSkeleton loading
200
D7DB
#D7DBE4
Secondary backgroundsInput backgroundsDividers
300
B9BF
#B9BFD0
BordersInactive statesPlaceholder text
400
949E
#949EB8
Disabled statesSecondary iconsMuted text
500
7582
#7582A3
Primary brand colorCTAsActive elementsLinks
600
5A66
#5A6687
Hover statesFocus ringsPrimary buttons hover
700
4752
#47526B
Active/pressed statesDark mode accentsSecondary text
800
333A
#333A4D
Text on light backgroundsHeadingsStrong borders
900
2125
#212531
Primary textHigh emphasis contentDark headings
950
1417
#14171F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F7F9;
  --lavender-100: #EAECF1;
  --lavender-200: #D7DBE4;
  --lavender-300: #B9BFD0;
  --lavender-400: #949EB8;
  --lavender-500: #7582A3;
  --lavender-600: #5A6687;
  --lavender-700: #47526B;
  --lavender-800: #333A4D;
  --lavender-900: #212531;
  --lavender-950: #14171F;
}
Generate More ShadesCreate PaletteConvert Color