Lavender

#E6EAF5

Blue

Color Codes

All color formats for development

HEX
#E6EAF5
RGB
rgb(230, 234, 245)
HSL
hsl(224, 43%, 93%)
OKLCH
oklch(0.937 0.015 270)
CMYK
cmyk(6%, 4%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E5EA
200
#D0D7
300
#ABB9
400
#7F94
500
#5B75
600
#405A
700
#3347
800
#2433
900
#1721
950
#0F14

Shades

Darker variations

1#C4CDE7
2#A2B1DA
3#8094CC
4#5E78BF
5#445FAA
6#364C88
7#293966
8#1B2644
9#0E1322

Tints

Lighter variations

1#E8ECF6
2#EBEEF7
3#EDF0F8
4#F0F2F9
5#F2F4FA
6#F5F6FB
7#F7F9FC
8#FAFBFD
9#FCFDFE

Tones

Muted variations

1#E6EAF4
2#E7EAF3
3#E8EBF3
4#E9EBF2
5#E9EBF1
6#EAECF0
7#EBECEF
8#ECECEF
9#ECEDEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EA
#E5EAF5
Light backgroundsTable row hoverSkeleton loading
200
D0D7
#D0D7EC
Secondary backgroundsInput backgroundsDividers
300
ABB9
#ABB9DE
BordersInactive statesPlaceholder text
400
7F94
#7F94CC
Disabled statesSecondary iconsMuted text
500
5B75
#5B75BE
Primary brand colorCTAsActive elementsLinks
600
405A
#405AA0
Hover statesFocus ringsPrimary buttons hover
700
3347
#334780
Active/pressed statesDark mode accentsSecondary text
800
2433
#24335B
Text on light backgroundsHeadingsStrong borders
900
1721
#17213A
Primary textHigh emphasis contentDark headings
950
0F14
#0F1424
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F6FB;
  --lavender-100: #E5EAF5;
  --lavender-200: #D0D7EC;
  --lavender-300: #ABB9DE;
  --lavender-400: #7F94CC;
  --lavender-500: #5B75BE;
  --lavender-600: #405AA0;
  --lavender-700: #334780;
  --lavender-800: #24335B;
  --lavender-900: #17213A;
  --lavender-950: #0F1424;
}
Generate More ShadesCreate PaletteConvert Color