Lavender

#E5E9F5

Blue

Color Codes

All color formats for development

HEX
#E5E9F5
RGB
rgb(229, 233, 245)
HSL
hsl(225, 44%, 93%)
OKLCH
oklch(0.934 0.017 271.2)
CMYK
cmyk(7%, 5%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5E9
200
#CFD7
300
#ABB7
400
#7E92
500
#5A73
600
#3F58
700
#3246
800
#2432
900
#1720
950
#0E14

Shades

Darker variations

1#C3CCE8
2#A1AFDA
3#7F92CD
4#5D75C0
5#425CAB
6#354A89
7#283766
8#1B2544
9#0D1222

Tints

Lighter variations

1#E8EBF6
2#EAEEF7
3#EDF0F8
4#F0F2F9
5#F2F4FA
6#F5F6FB
7#F7F8FC
8#FAFBFD
9#FCFDFE

Tones

Muted variations

1#E6EAF4
2#E7EAF3
3#E8EAF3
4#E8EBF2
5#E9EBF1
6#EAECF0
7#EBECF0
8#ECECEF
9#ECEDEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5E9
#E5E9F5
Light backgroundsTable row hoverSkeleton loading
200
CFD7
#CFD7EC
Secondary backgroundsInput backgroundsDividers
300
ABB7
#ABB7DE
BordersInactive statesPlaceholder text
400
7E92
#7E92CD
Disabled statesSecondary iconsMuted text
500
5A73
#5A73BF
Primary brand colorCTAsActive elementsLinks
600
3F58
#3F58A2
Hover statesFocus ringsPrimary buttons hover
700
3246
#324681
Active/pressed statesDark mode accentsSecondary text
800
2432
#24325C
Text on light backgroundsHeadingsStrong borders
900
1720
#17203B
Primary textHigh emphasis contentDark headings
950
0E14
#0E1425
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F6FB;
  --lavender-100: #E5E9F5;
  --lavender-200: #CFD7EC;
  --lavender-300: #ABB7DE;
  --lavender-400: #7E92CD;
  --lavender-500: #5A73BF;
  --lavender-600: #3F58A2;
  --lavender-700: #324681;
  --lavender-800: #24325C;
  --lavender-900: #17203B;
  --lavender-950: #0E1425;
}
Generate More ShadesCreate PaletteConvert Color