Lavender

#E2E3F8

Blue

Color Codes

All color formats for development

HEX
#E2E3F8
RGB
rgb(226, 227, 248)
HSL
hsl(237, 61%, 93%)
OKLCH
oklch(0.921 0.028 283.7)
CMYK
cmyk(9%, 8%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.27:1

AA AAA

On Black Background

16.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F3
100
#E2E3
200
#CACC
300
#A1A4
400
#6F75
500
#464D
600
#2C33
700
#2328
800
#191D
900
#1012
950
#0A0C

Shades

Darker variations

1#BCBFEF
2#969AE6
3#7075DC
4#4A50D3
5#2E35BF
6#252B99
7#1C2073
8#12154C
9#090B26

Tints

Lighter variations

1#E5E6F9
2#E8E9F9
3#EBECFA
4#EEEEFB
5#F1F1FC
6#F4F4FC
7#F6F7FD
8#F9F9FE
9#FCFCFE

Tones

Muted variations

1#E3E4F7
2#E4E5F6
3#E6E6F5
4#E7E7F4
5#E8E8F3
6#E9E9F2
7#EAEAF0
8#EBEBEF
9#ECECEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F3
#F3F3FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E3
#E2E3F8
Light backgroundsTable row hoverSkeleton loading
200
CACC
#CACCF2
Secondary backgroundsInput backgroundsDividers
300
A1A4
#A1A4E8
BordersInactive statesPlaceholder text
400
6F75
#6F75DC
Disabled statesSecondary iconsMuted text
500
464D
#464DD2
Primary brand colorCTAsActive elementsLinks
600
2C33
#2C33B5
Hover statesFocus ringsPrimary buttons hover
700
2328
#232890
Active/pressed statesDark mode accentsSecondary text
800
191D
#191D67
Text on light backgroundsHeadingsStrong borders
900
1012
#101242
Primary textHigh emphasis contentDark headings
950
0A0C
#0A0C29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3F3FC;
  --lavender-100: #E2E3F8;
  --lavender-200: #CACCF2;
  --lavender-300: #A1A4E8;
  --lavender-400: #6F75DC;
  --lavender-500: #464DD2;
  --lavender-600: #2C33B5;
  --lavender-700: #232890;
  --lavender-800: #191D67;
  --lavender-900: #101242;
  --lavender-950: #0A0C29;
}
Generate More ShadesCreate PaletteConvert Color