Lavender

#E4E5F6

Blue

Color Codes

All color formats for development

HEX
#E4E5F6
RGB
rgb(228, 229, 246)
HSL
hsl(237, 50%, 93%)
OKLCH
oklch(0.926 0.023 283.3)
CMYK
cmyk(7%, 7%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F4
100
#E4E5
200
#CDCF
300
#A7AA
400
#797E
500
#5359
600
#383E
700
#2D31
800
#2023
900
#1416
950
#0D0E

Shades

Darker variations

1#C1C3EA
2#9DA0DE
3#7A7ED3
4#565CC7
5#3B41B2
6#2F348E
7#24276B
8#181A47
9#0C0D24

Tints

Lighter variations

1#E7E8F7
2#EAEAF8
3#ECEDF9
4#EFEFFA
5#F2F2FB
6#F4F5FB
7#F7F7FC
8#FAFAFD
9#FCFCFE

Tones

Muted variations

1#E5E6F5
2#E6E7F4
3#E7E8F3
4#E8E8F3
5#E9E9F2
6#EAEAF1
7#EAEBF0
8#EBECEF
9#ECECEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F4
#F4F4FB
BackgroundsSubtle highlightsCard backgrounds
100
E4E5
#E4E5F6
Light backgroundsTable row hoverSkeleton loading
200
CDCF
#CDCFEE
Secondary backgroundsInput backgroundsDividers
300
A7AA
#A7AAE2
BordersInactive statesPlaceholder text
400
797E
#797ED2
Disabled statesSecondary iconsMuted text
500
5359
#5359C6
Primary brand colorCTAsActive elementsLinks
600
383E
#383EA8
Hover statesFocus ringsPrimary buttons hover
700
2D31
#2D3186
Active/pressed statesDark mode accentsSecondary text
800
2023
#202360
Text on light backgroundsHeadingsStrong borders
900
1416
#14163D
Primary textHigh emphasis contentDark headings
950
0D0E
#0D0E26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F4FB;
  --lavender-100: #E4E5F6;
  --lavender-200: #CDCFEE;
  --lavender-300: #A7AAE2;
  --lavender-400: #797ED2;
  --lavender-500: #5359C6;
  --lavender-600: #383EA8;
  --lavender-700: #2D3186;
  --lavender-800: #202360;
  --lavender-900: #14163D;
  --lavender-950: #0D0E26;
}
Generate More ShadesCreate PaletteConvert Color