Lavender

#EAEBF0

Blue

Color Codes

All color formats for development

HEX
#EAEBF0
RGB
rgb(234, 235, 240)
HSL
hsl(230, 17%, 93%)
OKLCH
oklch(0.941 0.007 277.2)
CMYK
cmyk(3%, 2%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F6
100
#EAEB
200
#D8DA
300
#BABE
400
#979C
500
#797F
600
#5D63
700
#4A4F
800
#3539
900
#2224
950
#1517

Shades

Darker variations

1#CED1DD
2#B3B6C9
3#979CB5
4#7B82A1
5#62698B
6#4F546F
7#3B3F53
8#272A37
9#14151C

Tints

Lighter variations

1#ECEDF2
2#EEEFF3
3#F0F1F5
4#F2F3F6
5#F5F5F8
6#F7F7F9
7#F9F9FB
8#FBFBFC
9#FDFDFE

Tones

Muted variations

1#EAEBF0
2#EBECF0
3#EBECEF
4#EBECEF
5#ECECEF
6#ECECEE
7#ECEDEE
8#EDEDEE
9#EDEDED

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F6
#F6F6F9
BackgroundsSubtle highlightsCard backgrounds
100
EAEB
#EAEBF0
Light backgroundsTable row hoverSkeleton loading
200
D8DA
#D8DAE3
Secondary backgroundsInput backgroundsDividers
300
BABE
#BABECE
BordersInactive statesPlaceholder text
400
979C
#979CB5
Disabled statesSecondary iconsMuted text
500
797F
#797FA0
Primary brand colorCTAsActive elementsLinks
600
5D63
#5D6383
Hover statesFocus ringsPrimary buttons hover
700
4A4F
#4A4F68
Active/pressed statesDark mode accentsSecondary text
800
3539
#35394B
Text on light backgroundsHeadingsStrong borders
900
2224
#222430
Primary textHigh emphasis contentDark headings
950
1517
#15171E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F6F6F9;
  --lavender-100: #EAEBF0;
  --lavender-200: #D8DAE3;
  --lavender-300: #BABECE;
  --lavender-400: #979CB5;
  --lavender-500: #797FA0;
  --lavender-600: #5D6383;
  --lavender-700: #4A4F68;
  --lavender-800: #35394B;
  --lavender-900: #222430;
  --lavender-950: #15171E;
}
Generate More ShadesCreate PaletteConvert Color