Lavender

#E7E8F3

Blue

Color Codes

All color formats for development

HEX
#E7E8F3
RGB
rgb(231, 232, 243)
HSL
hsl(235, 33%, 93%)
OKLCH
oklch(0.933 0.015 281.9)
CMYK
cmyk(5%, 5%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F5
100
#E7E8
200
#D3D5
300
#B1B4
400
#888D
500
#666D
600
#4B51
700
#3C41
800
#2B2E
900
#1B1E
950
#1112

Shades

Darker variations

1#C8CAE3
2#A8ACD3
3#898EC3
4#696FB3
5#4F569E
6#40457E
7#30345F
8#20223F
9#101120

Tints

Lighter variations

1#EAEBF4
2#ECEDF5
3#EEEFF7
4#F1F1F8
5#F3F4F9
6#F6F6FA
7#F8F8FB
8#FAFAFD
9#FDFDFE

Tones

Muted variations

1#E8E9F2
2#E8E9F2
3#E9EAF1
4#EAEAF1
5#EAEBF0
6#EBEBF0
7#EBECEF
8#ECECEE
9#EDEDEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E7E8
#E7E8F3
Light backgroundsTable row hoverSkeleton loading
200
D3D5
#D3D5E9
Secondary backgroundsInput backgroundsDividers
300
B1B4
#B1B4D8
BordersInactive statesPlaceholder text
400
888D
#888DC3
Disabled statesSecondary iconsMuted text
500
666D
#666DB2
Primary brand colorCTAsActive elementsLinks
600
4B51
#4B5195
Hover statesFocus ringsPrimary buttons hover
700
3C41
#3C4177
Active/pressed statesDark mode accentsSecondary text
800
2B2E
#2B2E55
Text on light backgroundsHeadingsStrong borders
900
1B1E
#1B1E36
Primary textHigh emphasis contentDark headings
950
1112
#111222
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5F5FA;
  --lavender-100: #E7E8F3;
  --lavender-200: #D3D5E9;
  --lavender-300: #B1B4D8;
  --lavender-400: #888DC3;
  --lavender-500: #666DB2;
  --lavender-600: #4B5195;
  --lavender-700: #3C4177;
  --lavender-800: #2B2E55;
  --lavender-900: #1B1E36;
  --lavender-950: #111222;
}
Generate More ShadesCreate PaletteConvert Color