Lavender

#E1E9F9

Blue

Color Codes

All color formats for development

HEX
#E1E9F9
RGB
rgb(225, 233, 249)
HSL
hsl(220, 67%, 93%)
OKLCH
oklch(0.933 0.023 264.5)
CMYK
cmyk(10%, 6%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E1E9
200
#C8D6
300
#9DB7
400
#6A92
500
#3F73
600
#2557
700
#1D45
800
#1532
900
#0D20
950
#0814

Shades

Darker variations

1#BACCF1
2#92AFE9
3#6A92E2
4#4375DA
5#275CC6
6#1F4A9E
7#173777
8#10254F
9#081228

Tints

Lighter variations

1#E4EBFA
2#E7EEFA
3#EAF0FB
4#EDF2FB
5#F0F4FC
6#F3F6FD
7#F6F8FD
8#F9FBFE
9#FCFDFE

Tones

Muted variations

1#E2EAF8
2#E4EAF7
3#E5EAF6
4#E6EBF4
5#E7EBF3
6#E8ECF2
7#EAECF1
8#EBECF0
9#ECEDEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E1E9
#E1E9F9
Light backgroundsTable row hoverSkeleton loading
200
C8D6
#C8D6F4
Secondary backgroundsInput backgroundsDividers
300
9DB7
#9DB7EC
BordersInactive statesPlaceholder text
400
6A92
#6A92E2
Disabled statesSecondary iconsMuted text
500
3F73
#3F73D9
Primary brand colorCTAsActive elementsLinks
600
2557
#2557BB
Hover statesFocus ringsPrimary buttons hover
700
1D45
#1D4595
Active/pressed statesDark mode accentsSecondary text
800
1532
#15326A
Text on light backgroundsHeadingsStrong borders
900
0D20
#0D2044
Primary textHigh emphasis contentDark headings
950
0814
#08142B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F6FC;
  --lavender-100: #E1E9F9;
  --lavender-200: #C8D6F4;
  --lavender-300: #9DB7EC;
  --lavender-400: #6A92E2;
  --lavender-500: #3F73D9;
  --lavender-600: #2557BB;
  --lavender-700: #1D4595;
  --lavender-800: #15326A;
  --lavender-900: #0D2044;
  --lavender-950: #08142B;
}
Generate More ShadesCreate PaletteConvert Color