Lavender

#E8E8F2

Blue

Color Codes

All color formats for development

HEX
#E8E8F2
RGB
rgb(232, 232, 242)
HSL
hsl(240, 28%, 93%)
OKLCH
oklch(0.934 0.013 286.1)
CMYK
cmyk(4%, 4%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F5
100
#E8E8
200
#D5D5
300
#B4B4
400
#8D8D
500
#6C6C
600
#5151
700
#4040
800
#2E2E
900
#1D1D
950
#1212

Shades

Darker variations

1#CACAE1
2#ABABD0
3#8D8DBF
4#6F6FAE
5#555598
6#444479
7#33335B
8#22223D
9#11111E

Tints

Lighter variations

1#EAEAF3
2#EDEDF5
3#EFEFF6
4#F1F1F7
5#F4F4F9
6#F6F6FA
7#F8F8FB
8#FAFAFC
9#FDFDFE

Tones

Muted variations

1#E9E9F2
2#E9E9F1
3#EAEAF1
4#EAEAF0
5#EBEBF0
6#EBEBEF
7#ECECEF
8#ECECEE
9#EDEDEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5F9
BackgroundsSubtle highlightsCard backgrounds
100
E8E8
#E8E8F2
Light backgroundsTable row hoverSkeleton loading
200
D5D5
#D5D5E7
Secondary backgroundsInput backgroundsDividers
300
B4B4
#B4B4D5
BordersInactive statesPlaceholder text
400
8D8D
#8D8DBF
Disabled statesSecondary iconsMuted text
500
6C6C
#6C6CAC
Primary brand colorCTAsActive elementsLinks
600
5151
#515190
Hover statesFocus ringsPrimary buttons hover
700
4040
#404072
Active/pressed statesDark mode accentsSecondary text
800
2E2E
#2E2E52
Text on light backgroundsHeadingsStrong borders
900
1D1D
#1D1D34
Primary textHigh emphasis contentDark headings
950
1212
#121221
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F5F5F9;
  --lavender-100: #E8E8F2;
  --lavender-200: #D5D5E7;
  --lavender-300: #B4B4D5;
  --lavender-400: #8D8DBF;
  --lavender-500: #6C6CAC;
  --lavender-600: #515190;
  --lavender-700: #404072;
  --lavender-800: #2E2E52;
  --lavender-900: #1D1D34;
  --lavender-950: #121221;
}
Generate More ShadesCreate PaletteConvert Color