Lavender

#E6EDF5

Blue

Color Codes

All color formats for development

HEX
#E6EDF5
RGB
rgb(230, 237, 245)
HSL
hsl(212, 43%, 93%)
OKLCH
oklch(0.943 0.013 251.6)
CMYK
cmyk(6%, 3%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.18:1

AA AAA

On Black Background

17.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5ED
200
#D0DD
300
#ABC3
400
#7FA3
500
#5B89
600
#406D
700
#3357
800
#243E
900
#1728
950
#0F19

Shades

Darker variations

1#C4D4E7
2#A2BCDA
3#80A3CC
4#5E8BBF
5#4473AA
6#365C88
7#294566
8#1B2E44
9#0E1722

Tints

Lighter variations

1#E8EEF6
2#EBF0F7
3#EDF2F8
4#F0F4F9
5#F2F6FA
6#F5F8FB
7#F7F9FC
8#FAFBFD
9#FCFDFE

Tones

Muted variations

1#E6EDF4
2#E7EDF3
3#E8EDF3
4#E9EDF2
5#E9EDF1
6#EAEDF0
7#EBEDEF
8#ECEDEF
9#ECEDEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5ED
#E5EDF5
Light backgroundsTable row hoverSkeleton loading
200
D0DD
#D0DDEC
Secondary backgroundsInput backgroundsDividers
300
ABC3
#ABC3DE
BordersInactive statesPlaceholder text
400
7FA3
#7FA3CC
Disabled statesSecondary iconsMuted text
500
5B89
#5B89BE
Primary brand colorCTAsActive elementsLinks
600
406D
#406DA0
Hover statesFocus ringsPrimary buttons hover
700
3357
#335780
Active/pressed statesDark mode accentsSecondary text
800
243E
#243E5B
Text on light backgroundsHeadingsStrong borders
900
1728
#17283A
Primary textHigh emphasis contentDark headings
950
0F19
#0F1924
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F7FB;
  --lavender-100: #E5EDF5;
  --lavender-200: #D0DDEC;
  --lavender-300: #ABC3DE;
  --lavender-400: #7FA3CC;
  --lavender-500: #5B89BE;
  --lavender-600: #406DA0;
  --lavender-700: #335780;
  --lavender-800: #243E5B;
  --lavender-900: #17283A;
  --lavender-950: #0F1924;
}
Generate More ShadesCreate PaletteConvert Color