Lavender

#E6E8F4

Blue

Color Codes

All color formats for development

HEX
#E6E8F4
RGB
rgb(230, 232, 244)
HSL
hsl(231, 39%, 93%)
OKLCH
oklch(0.933 0.016 278.5)
CMYK
cmyk(6%, 5%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F5
100
#E6E8
200
#D1D5
300
#ADB4
400
#838D
500
#5F6D
600
#4452
700
#3641
800
#272E
900
#191E
950
#1013

Shades

Darker variations

1#C5CAE6
2#A4ACD7
3#838EC9
4#6270BA
5#4856A5
6#3A4584
7#2B3463
8#1D2242
9#0E1121

Tints

Lighter variations

1#E9EBF5
2#EBEDF6
3#EEEFF7
4#F0F1F8
5#F3F4FA
6#F5F6FB
7#F8F8FC
8#FAFAFD
9#FDFDFE

Tones

Muted variations

1#E7E9F3
2#E8E9F3
3#E8EAF2
4#E9EAF1
5#EAEBF1
6#EAEBF0
7#EBECEF
8#ECECEF
9#ECEDEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F5
#F4F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E6E8
#E6E8F4
Light backgroundsTable row hoverSkeleton loading
200
D1D5
#D1D5EB
Secondary backgroundsInput backgroundsDividers
300
ADB4
#ADB4DB
BordersInactive statesPlaceholder text
400
838D
#838DC9
Disabled statesSecondary iconsMuted text
500
5F6D
#5F6DB9
Primary brand colorCTAsActive elementsLinks
600
4452
#44529C
Hover statesFocus ringsPrimary buttons hover
700
3641
#36417C
Active/pressed statesDark mode accentsSecondary text
800
272E
#272E59
Text on light backgroundsHeadingsStrong borders
900
191E
#191E39
Primary textHigh emphasis contentDark headings
950
1013
#101323
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F5FA;
  --lavender-100: #E6E8F4;
  --lavender-200: #D1D5EB;
  --lavender-300: #ADB4DB;
  --lavender-400: #838DC9;
  --lavender-500: #5F6DB9;
  --lavender-600: #44529C;
  --lavender-700: #36417C;
  --lavender-800: #272E59;
  --lavender-900: #191E39;
  --lavender-950: #101323;
}
Generate More ShadesCreate PaletteConvert Color